Further include file cleanups
authorMarc G. Fournier
Wed, 6 Nov 1996 07:44:18 +0000 (07:44 +0000)
committerMarc G. Fournier
Wed, 6 Nov 1996 07:44:18 +0000 (07:44 +0000)
src/include/nodes/relation.h
src/include/optimizer/xfunc.h

index 037d722c1a66d8b26124d28b0c2f2e5ea57de3c3..7c0bce12e2cc89873028466e0fc93b5c99b73e75 100644 (file)
@@ -6,17 +6,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relation.h,v 1.2 1996/10/31 09:49:18 scrappy Exp $
+ * $Id: relation.h,v 1.3 1996/11/06 07:44:18 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef RELATION_H
 #define RELATION_H
 
-#include "nodes/pg_list.h"
-#include "nodes/primnodes.h"
-#include "nodes/parsenodes.h"
-#include "nodes/nodes.h"
+#include 
+#include 
 
 /*
  * Relid
index b9e5cee2575d9e97ac98e3aded9ccfac348c500d..a1715bb544c3b2ed16ab3108b24341d0c6b9fce8 100644 (file)
@@ -6,14 +6,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xfunc.h,v 1.1 1996/08/28 07:23:30 scrappy Exp $
+ * $Id: xfunc.h,v 1.2 1996/11/06 07:44:13 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef XFUNC_H
 #define XFUNC_H
 
-#include "nodes/relation.h"
+#include 
+#include 
 
 /* command line arg flags */
 #define XFUNC_OFF -1       /* do no optimization of expensive preds */