diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-30 00:49:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-30 00:49:57 +0000 |
commit | a12a23f0d03cc8bf22c6c38bc2394753ec34fcdf (patch) | |
tree | e9b6cd03a066e0efeb47d137eebba3cb200f1916 /src/backend/parser/analyze.c | |
parent | 2937505a3e0d5941e2510177df7fb6caa95d6f52 (diff) | |
download | postgresql-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/analyze.c')
-rw-r--r-- | src/backend/parser/analyze.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/parser/analyze.c b/src/backend/parser/analyze.c index be40612a98c..5eef60918cc 100644 --- a/src/backend/parser/analyze.c +++ b/src/backend/parser/analyze.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.c,v 1.144 2000/05/29 05:44:53 tgl Exp $ + * $Id: analyze.c,v 1.145 2000/05/30 00:49:50 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -27,7 +27,6 @@ #include "parser/parse_type.h" #include "utils/builtins.h" #include "utils/fmgroids.h" -#include "utils/numeric.h" void CheckSelectForUpdate(Query *qry); /* no points for style... */ |