aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
commit773088809df925442bb9df35352c11e3d106314a (patch)
treeab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/commands/trigger.h
parent4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff)
downloadpostgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz
postgresql-773088809df925442bb9df35352c11e3d106314a.zip
More cleanup
Diffstat (limited to 'src/include/commands/trigger.h')
-rw-r--r--src/include/commands/trigger.h2
1 files changed, 1 insertions, 1 deletions
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;