diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 12:12:52 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 12:12:52 +0000 |
commit | d2746c65b564fe9ec02989d8a862f7eb9b030f1e (patch) | |
tree | fd69232db13056a6a77945b16866e65a095ec889 /src/include/parser/parse_query.h | |
parent | 0e2822072c432be4bb53f61e09ef4afb96fce659 (diff) |
Make sure all the cleaned includes are commited
Diffstat (limited to 'src/include/parser/parse_query.h')
-rw-r--r-- | src/include/parser/parse_query.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/parser/parse_query.h b/src/include/parser/parse_query.h index 861e3f1dd35..a4750ae2aa6 100644 --- a/src/include/parser/parse_query.h +++ b/src/include/parser/parse_query.h @@ -6,17 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_query.h,v 1.4 1996/10/31 18:33:09 momjian Exp $ + * $Id: parse_query.h,v 1.5 1996/11/04 12:12:50 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PARSE_QUERY_H #define PARSE_QUERY_H -#include "nodes/pg_list.h" -#include "nodes/parsenodes.h" -#include "parser/catalog_utils.h" -#include "parser/parse_state.h" +#include <parser/catalog_utils.h> +#include <parser/parse_state.h> +#include <nodes/parsenodes.h> typedef struct QueryTreeList { int len; /* number of queries */ |