From 23f444f64dea7c3965d24e4ba86c673bf3f99f57 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Sat, 19 Oct 1996 04:48:30 +0000
Subject: [PATCH] A few more yet...

---
 src/include/nodes/primnodes.h | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index 2a3677a3430..a96d5570dc3 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -6,23 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: primnodes.h,v 1.2 1996/10/05 20:33:45 momjian Exp $
+ * $Id: primnodes.h,v 1.3 1996/10/19 04:48:30 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef PRIMNODES_H
 #define	PRIMNODES_H
 
-#include "postgres.h"
-
-#include "access/attnum.h"
-#include "storage/buf.h"
-#include "utils/rel.h"
 #include "utils/fcache.h"
-#include "nodes/params.h"
-
-#include "nodes/nodes.h"
-#include "nodes/pg_list.h"
 
 /* ----------------------------------------------------------------
  *			node definitions
-- 
GitLab