aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-15 22:40:16 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-15 22:40:16 +0000
commit2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (patch)
treebb72a1ec4e38514c726a73b1344971307c2db01e /src/backend/parser/parse_target.c
parent40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff)
downloadpostgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.tar.gz
postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.zip
Remove unused #includes in *.c files.
Diffstat (limited to 'src/backend/parser/parse_target.c')
-rw-r--r--src/backend/parser/parse_target.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/parser/parse_target.c b/src/backend/parser/parse_target.c
index 09f624fc760..7c8e8248583 100644
--- a/src/backend/parser/parse_target.c
+++ b/src/backend/parser/parse_target.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.42 1999/06/17 22:21:41 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.43 1999/07/15 22:39:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,13 +16,9 @@
#include <string.h>
#include "postgres.h"
-#include "catalog/pg_type.h"
#include "nodes/makefuncs.h"
-#include "nodes/primnodes.h"
-#include "nodes/print.h"
#include "parser/parse_expr.h"
#include "parser/parse_func.h"
-#include "parser/parse_node.h"
#include "parser/parse_relation.h"
#include "parser/parse_target.h"
#include "parser/parse_coerce.h"