summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parse_query.h')
-rw-r--r--src/include/parser/parse_query.h9
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 */