aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-30 00:49:57 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-30 00:49:57 +0000
commita12a23f0d03cc8bf22c6c38bc2394753ec34fcdf (patch)
treee9b6cd03a066e0efeb47d137eebba3cb200f1916 /src/backend/parser/parse_func.c
parent2937505a3e0d5941e2510177df7fb6caa95d6f52 (diff)
downloadpostgresql-a12a23f0d03cc8bf22c6c38bc2394753ec34fcdf.tar.gz
postgresql-a12a23f0d03cc8bf22c6c38bc2394753ec34fcdf.zip
Remove unused include files. Do not touch /port or includes used by defines.
Diffstat (limited to 'src/backend/parser/parse_func.c')
-rw-r--r--src/backend/parser/parse_func.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/parser/parse_func.c b/src/backend/parser/parse_func.c
index 1866cd37b28..6450d34aba9 100644
--- a/src/backend/parser/parse_func.c
+++ b/src/backend/parser/parse_func.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.80 2000/05/28 17:56:00 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.81 2000/05/30 00:49:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -24,14 +24,11 @@
#include "catalog/pg_proc.h"
#include "miscadmin.h"
#include "nodes/makefuncs.h"
-#include "nodes/pg_list.h"
-#include "nodes/relation.h"
#include "parser/parse_agg.h"
#include "parser/parse_coerce.h"
#include "parser/parse_expr.h"
#include "parser/parse_func.h"
#include "parser/parse_relation.h"
-#include "parser/parse_target.h"
#include "utils/acl.h"
#include "utils/builtins.h"
#include "utils/fmgroids.h"