Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01fe40f

Browse files
committed
Remove unnecessary inclusion.
1 parent cf68a68 commit 01fe40f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/parser/analyze.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.217 2002/03/06 06:09:51 momjian Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.218 2002/03/08 06:55:08 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -20,7 +20,6 @@
2020
#include "catalog/pg_type.h"
2121
#include "nodes/makefuncs.h"
2222
#include "parser/analyze.h"
23-
#include "parser/parse.h"
2423
#include "parser/parsetree.h"
2524
#include "parser/parse_agg.h"
2625
#include "parser/parse_clause.h"

0 commit comments

Comments
 (0)