summaryrefslogtreecommitdiff
path: root/src/include/parser/parsetree.h
diff options
context:
space:
mode:
authorBruce Momjian1999-07-15 15:21:54 +0000
committerBruce Momjian1999-07-15 15:21:54 +0000
commit4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch)
tree35742cac274127492f314850d8baca1215a1e68e /src/include/parser/parsetree.h
parent0df761420d30e89fa606e34795e5f3da0713d6f6 (diff)
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/include/parser/parsetree.h')
-rw-r--r--src/include/parser/parsetree.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h
index a28520ff934..1f6767d662e 100644
--- a/src/include/parser/parsetree.h
+++ b/src/include/parser/parsetree.h
@@ -7,13 +7,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsetree.h,v 1.6 1999/02/13 23:21:57 momjian Exp $
+ * $Id: parsetree.h,v 1.7 1999/07/15 15:21:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSETREE_H
#define PARSETREE_H /* include once only */
+#include "nodes/parsenodes.h"
+#include "nodes/pg_list.h"
+
/* ----------------
* need pg_list.h for definitions of CAR(), etc. macros
* ----------------