summaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
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/include/commands/trigger.h
parent0df761420d30e89fa606e34795e5f3da0713d6f6 (diff)
downloadpostgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.tar.gz
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/include/commands/trigger.h')
-rw-r--r--src/include/commands/trigger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index 89e13188ea..9b7fff0b24 100644
--- a/src/include/commands/trigger.h
+++ b/src/include/commands/trigger.h
@@ -9,11 +9,8 @@
#ifndef TRIGGER_H
#define TRIGGER_H
-#include "access/tupdesc.h"
-#include "access/htup.h"
#include "nodes/parsenodes.h"
#include "nodes/execnodes.h"
-#include "utils/rel.h"
typedef uint32 TriggerEvent;