diff options
| author | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
| commit | 9f30fdb458ab0c998559fa9eb53b068a558fde67 (patch) | |
| tree | 498493aca459d768e508dddee73bcfe1a96c6346 /src/include/parser/parse_expr.h | |
| parent | 5c47d321e99070834ec095e0f341dc1e7657dbf1 (diff) | |
Change #include's to use <> and "" as appropriate.
Diffstat (limited to 'src/include/parser/parse_expr.h')
| -rw-r--r-- | src/include/parser/parse_expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index 878e3cb25c..c7033bf556 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -13,7 +13,7 @@ #ifndef PARSE_EXPR_H #define PARSE_EXPR_H -#include <parser/parse_node.h> +#include "parser/parse_node.h" #include "parser/parse_type.h" extern Node *transformExpr(ParseState *pstate, Node *expr, int precedence); |
