summaryrefslogtreecommitdiff
path: root/src/include/executor/functions.h
diff options
context:
space:
mode:
authorBruce Momjian2011-09-01 14:03:22 +0000
committerBruce Momjian2011-09-01 14:04:27 +0000
commit6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch)
tree748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/include/executor/functions.h
parent63d06ef59156719efd0208c62e764a69611b3f12 (diff)
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/include/executor/functions.h')
-rw-r--r--src/include/executor/functions.h1
1 files changed, 0 insertions, 1 deletions
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;