summaryrefslogtreecommitdiff
path: root/src/include/tcop
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-09-20 11:03:04 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-09-20 11:07:59 -0300
commit22c734fcdb5321212bacde9b502d36a4cf564b44 (patch)
treea2712bc6e75c0017cd6fb96d40b66e6b884a6ca7 /src/include/tcop
parent4394fe3dcb105219fc10ff80e0b433659a540eff (diff)
downloadpostgresql-22c734fcdb5321212bacde9b502d36a4cf564b44.tar.gz
Remove execdesc.h inclusion from tcopprot.h
Diffstat (limited to 'src/include/tcop')
-rw-r--r--src/include/tcop/tcopprot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h
index 2ac6554e64..256b0a8a61 100644
--- a/src/include/tcop/tcopprot.h
+++ b/src/include/tcop/tcopprot.h
@@ -19,8 +19,9 @@
#ifndef TCOPPROT_H
#define TCOPPROT_H
-#include "executor/execdesc.h"
+#include "nodes/params.h"
#include "nodes/parsenodes.h"
+#include "nodes/plannodes.h"
#include "storage/procsignal.h"
#include "utils/guc.h"