Make sure all the cleaned up includes are commited
authorMarc G. Fournier
Mon, 4 Nov 1996 12:11:44 +0000 (12:11 +0000)
committerMarc G. Fournier
Mon, 4 Nov 1996 12:11:44 +0000 (12:11 +0000)
src/include/executor/execdesc.h
src/include/nodes/plannodes.h

index b2581efed037cc499e9ae78415afb5779ec1f083..0244a62e5384a51d0e9cd9cf1dd7fa64ab8d2eec 100644 (file)
@@ -7,16 +7,17 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdesc.h,v 1.1 1996/08/28 07:22:08 scrappy Exp $
+ * $Id: execdesc.h,v 1.2 1996/11/04 12:11:40 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef EXECDESC_H
 #define EXECDESC_H
 
-#include "nodes/parsenodes.h"
-#include "nodes/plannodes.h"
-#include "tcop/dest.h"
+#include 
+#include 
+#include 
+#include 
 
 /* ----------------
  * query descriptor:
index 856a4ef4c6d757f88022bb6a62243680b63949e6..bdc77c4803a04d076a86943b5bdd49bd3f4931c5 100644 (file)
@@ -6,14 +6,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plannodes.h,v 1.3 1996/11/03 12:12:57 scrappy Exp $
+ * $Id: plannodes.h,v 1.4 1996/11/04 12:11:44 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef PLANNODES_H
 #define    PLANNODES_H
 
-#include "nodes/primnodes.h"
+#include 
+#include 
 
 /* ----------------------------------------------------------------
  *  Executor State types are used in the plannode structures
@@ -49,7 +50,6 @@
  *
  * ----------------------------------------------------------------
  */
-#include "nodes/execnodes.h"       /* XXX move executor types elsewhere */
 
 
 /* ----------------------------------------------------------------