aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-15 15:21:54 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-15 15:21:54 +0000
commit4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch)
tree35742cac274127492f314850d8baca1215a1e68e /src/backend/commands/trigger.c
parent0df761420d30e89fa606e34795e5f3da0713d6f6 (diff)
downloadpostgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.tar.gz
postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.zip
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/backend/commands/trigger.c')
-rw-r--r--src/backend/commands/trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c
index cc3d27599c1..a710888d7f0 100644
--- a/src/backend/commands/trigger.c
+++ b/src/backend/commands/trigger.c
@@ -23,8 +23,8 @@
#include "nodes/memnodes.h"
#include "nodes/parsenodes.h"
#include "storage/lmgr.h"
+#include "storage/bufpage.h"
#include "storage/bufmgr.h"
-#include "utils/mcxt.h"
#include "utils/inval.h"
#include "utils/builtins.h"
#include "utils/syscache.h"