|
6 | 6 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group |
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
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 $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
|
20 | 20 | #include"catalog/pg_type.h" |
21 | 21 | #include"nodes/makefuncs.h" |
22 | 22 | #include"parser/analyze.h" |
23 | | -#include"parser/parse.h" |
24 | 23 | #include"parser/parsetree.h" |
25 | 24 | #include"parser/parse_agg.h" |
26 | 25 | #include"parser/parse_clause.h" |
|