diff options
| author | Bruce Momjian | 2011-09-01 14:03:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-09-01 14:04:27 +0000 |
| commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
| tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/include/tcop | |
| parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/pquery.h | 1 | ||||
| -rw-r--r-- | src/include/tcop/tcopprot.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index 2a5e871c92a..018577ecadc 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -14,7 +14,6 @@ #ifndef PQUERY_H #define PQUERY_H -#include "nodes/parsenodes.h" #include "utils/portal.h" diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index d5192d98558..898c7326816 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -20,9 +20,7 @@ #define TCOPPROT_H #include "executor/execdesc.h" -#include "nodes/parsenodes.h" #include "storage/procsignal.h" -#include "utils/guc.h" /* Required daylight between max_stack_depth and the kernel limit, in bytes */ |
