aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-03-08 06:55:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-03-08 06:55:08 +0000
commit01fe40f5c5fb13ff7e4eb5811c6d4f541ed6f077 (patch)
tree2e4f023b900d234a8798ac2693ae4ed59a79674f /src
parentcf68a686a6368ebd6e9e37ded4481bf1bd4a8b8e (diff)
downloadpostgresql-01fe40f5c5fb13ff7e4eb5811c6d4f541ed6f077.tar.gz
postgresql-01fe40f5c5fb13ff7e4eb5811c6d4f541ed6f077.zip
Remove unnecessary inclusion.
Diffstat (limited to 'src')
-rw-r--r--src/backend/parser/analyze.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/parser/analyze.c b/src/backend/parser/analyze.c
index d882957a340..bb29c14699d 100644
--- a/src/backend/parser/analyze.c
+++ b/src/backend/parser/analyze.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.217 2002/03/06 06:09:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.218 2002/03/08 06:55:08 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -20,7 +20,6 @@
#include "catalog/pg_type.h"
#include "nodes/makefuncs.h"
#include "parser/analyze.h"
-#include "parser/parse.h"
#include "parser/parsetree.h"
#include "parser/parse_agg.h"
#include "parser/parse_clause.h"