aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-09-01 10:03:22 -0400
committerBruce Momjian <bruce@momjian.us>2011-09-01 10:04:27 -0400
commit6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch)
tree748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/include/executor
parent63d06ef59156719efd0208c62e764a69611b3f12 (diff)
downloadpostgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.tar.gz
postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.zip
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/execdesc.h2
-rw-r--r--src/include/executor/functions.h1
-rw-r--r--src/include/executor/hashjoin.h1
-rw-r--r--src/include/executor/spi.h3
-rw-r--r--src/include/executor/tuptable.h1
5 files changed, 0 insertions, 8 deletions
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h
index 1a636a09870..1c00b0dd27d 100644
--- a/src/include/executor/execdesc.h
+++ b/src/include/executor/execdesc.h
@@ -16,8 +16,6 @@
#define EXECDESC_H
#include "nodes/execnodes.h"
-#include "nodes/plannodes.h"
-#include "tcop/dest.h"
/* ----------------
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h
index aaa36c5826d..d565469b267 100644
--- a/src/include/executor/functions.h
+++ b/src/include/executor/functions.h
@@ -15,7 +15,6 @@
#define FUNCTIONS_H
#include "nodes/execnodes.h"
-#include "tcop/dest.h"
/* This struct is known only within executor/functions.c */
typedef struct SQLFunctionParseInfo *SQLFunctionParseInfoPtr;
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index 0c6e06f8ff5..85e595be1b7 100644
--- a/src/include/executor/hashjoin.h
+++ b/src/include/executor/hashjoin.h
@@ -14,7 +14,6 @@
#ifndef HASHJOIN_H
#define HASHJOIN_H
-#include "fmgr.h"
#include "nodes/execnodes.h"
#include "storage/buffile.h"
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h
index 98d194a37d3..d0c7696d34c 100644
--- a/src/include/executor/spi.h
+++ b/src/include/executor/spi.h
@@ -13,10 +13,7 @@
#ifndef SPI_H
#define SPI_H
-#include "nodes/parsenodes.h"
#include "utils/portal.h"
-#include "utils/relcache.h"
-#include "utils/snapshot.h"
typedef struct SPITupleTable
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index f774f2d0ab6..69ade2fd4c9 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -15,7 +15,6 @@
#define TUPTABLE_H
#include "access/htup.h"
-#include "access/tupdesc.h"
#include "storage/buf.h"
/*----------