aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/print.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
commite0522505bd13bc5aae993fc50b8f420665d78e96 (patch)
tree34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/nodes/print.c
parentae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff)
downloadpostgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz
postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.zip
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/nodes/print.c')
-rw-r--r--src/backend/nodes/print.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/nodes/print.c b/src/backend/nodes/print.c
index c3fbdf242d0..1a83be65747 100644
--- a/src/backend/nodes/print.c
+++ b/src/backend/nodes/print.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.79 2006/04/04 19:35:34 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.80 2006/07/14 14:52:20 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@ -20,12 +20,10 @@
#include "postgres.h"
#include "access/printtup.h"
-#include "lib/stringinfo.h"
#include "nodes/print.h"
#include "optimizer/clauses.h"
#include "parser/parsetree.h"
#include "utils/lsyscache.h"
-#include "utils/syscache.h"
static char *plannode_type(Plan *p);