aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:46:28 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:46:28 +0000
commit6592bbaf087d0dc1d893640896ba7bc0c5756d60 (patch)
tree2d2faccc9c94342eec817b57a01fd34c101a86e9
parent4c9309a8d5cffc64dadcba586b4eaff1ca1e8072 (diff)
downloadpostgresql-6592bbaf087d0dc1d893640896ba7bc0c5756d60.tar.gz
postgresql-6592bbaf087d0dc1d893640896ba7bc0c5756d60.zip
wish there was an easier way to clean this up...
-rw-r--r--src/include/nodes/parsenodes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index fa9c61b3bd5..6e3538d0bdf 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -6,17 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsenodes.h,v 1.1 1996/08/28 01:57:40 scrappy Exp $
+ * $Id: parsenodes.h,v 1.2 1996/10/19 04:46:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSENODES_H
#define PARSENODES_H
-#include "nodes/nodes.h"
-#include "nodes/pg_list.h"
#include "nodes/primnodes.h"
-#include "utils/tqual.h"
/*****************************************************************************
* Query Tree