From 773088809df925442bb9df35352c11e3d106314a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jul 1999 17:07:40 +0000 Subject: More cleanup --- src/include/commands/trigger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/commands/trigger.h') diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index 9b7fff0b249..99350d55d13 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -9,8 +9,8 @@ #ifndef TRIGGER_H #define TRIGGER_H -#include "nodes/parsenodes.h" #include "nodes/execnodes.h" +#include "nodes/parsenodes.h" typedef uint32 TriggerEvent; -- cgit v1.2.3