diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-15 03:33:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-15 03:33:12 +0000 |
commit | df43800fc855bd64dbe6c85c4d13bda1ea6a33c9 (patch) | |
tree | 86eb611a5ef96008204350d7f72653657b92069e /src/include/parser/parse_expr.h | |
parent | e362d4e1eadd75f083dd0ed6a5304a0f057379fb (diff) | |
download | postgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.tar.gz postgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.zip |
Clean up #include's.
Diffstat (limited to 'src/include/parser/parse_expr.h')
-rw-r--r-- | src/include/parser/parse_expr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index 7c76001e4ee..7f1b5d5122d 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_expr.h,v 1.18 2000/03/17 05:29:07 tgl Exp $ + * $Id: parse_expr.h,v 1.19 2000/06/15 03:32:55 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,7 +15,6 @@ #define PARSE_EXPR_H #include "parser/parse_node.h" -#include "parser/parse_type.h" #define EXPR_COLUMN_FIRST 1 #define EXPR_RELATION_FIRST 2 |