aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-15 03:33:12 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-15 03:33:12 +0000
commitdf43800fc855bd64dbe6c85c4d13bda1ea6a33c9 (patch)
tree86eb611a5ef96008204350d7f72653657b92069e /src/backend/parser/parse_expr.c
parente362d4e1eadd75f083dd0ed6a5304a0f057379fb (diff)
downloadpostgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.tar.gz
postgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.zip
Clean up #include's.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
-rw-r--r--src/backend/parser/parse_expr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/parser/parse_expr.c b/src/backend/parser/parse_expr.c
index b2785f820a6..8c3e64d6d86 100644
--- a/src/backend/parser/parse_expr.c
+++ b/src/backend/parser/parse_expr.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.80 2000/06/05 07:28:43 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.81 2000/06/15 03:32:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -28,6 +28,7 @@
#include "parser/parse_oper.h"
#include "parser/parse_relation.h"
#include "parser/parse_target.h"
+#include "parser/parse_type.h"
#include "utils/builtins.h"
#include "utils/syscache.h"