diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index 510e2907c96b3cb8bc46ce815e7dbbd4a6c17c18..60a2be58deabf7e3faaec8d2ca3ebefff1bec012 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -6,16 +6,16 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relscan.h,v 1.4 1996/11/03 08:17:22 scrappy Exp $
+ * $Id: relscan.h,v 1.5 1996/11/04 08:52:41 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef	RELSCAN_H
 #define RELSCAN_H
 
-#include "utils/rel.h"
-#include "utils/tqual.h" 
-#include "storage/buf.h" 
+#include <utils/tqual.h>
+#include <storage/buf.h>
+#include <utils/rel.h>
 
 typedef ItemPointerData	MarkData;
 
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index 42096fda8e214a058d28fd1ceed925ed8fac6575..6bee61ef766144131b3f42cd9f8f8df4eeb1f667 100644
--- a/src/include/executor/hashjoin.h
+++ b/src/include/executor/hashjoin.h
@@ -6,14 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hashjoin.h,v 1.2 1996/10/19 06:27:33 scrappy Exp $
+ * $Id: hashjoin.h,v 1.3 1996/11/04 08:52:46 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef	HASHJOIN_H
 #define HASHJOIN_H
 
-#include "storage/ipc.h"
+#include <storage/ipc.h>
 
 /* -----------------
  *  have to use relative address as pointers in the hashtable
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index e9596739e4d298a4dd90661b1bc1fccb1e16694d..4357e1240de539a088270088995f856ea3395434 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuptable.h,v 1.3 1996/11/03 12:12:42 scrappy Exp $
+ * $Id: tuptable.h,v 1.4 1996/11/04 08:52:47 scrappy Exp $
  *
  * NOTES
  *    The tuple table interface is getting pretty ugly.
@@ -17,8 +17,9 @@
 #ifndef TUPTABLE_H
 #define TUPTABLE_H
 
-#include "access/htup.h"
-#include "storage/buf.h"
+#include <storage/buf.h>
+#include <access/tupdesc.h>
+#include <access/htup.h>
 
 /* ----------------
  *	Note:  the executor tuple table is managed and manipulated by special
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 7cd8593172e73f4f05527fecbba3d14aca8d2f69..3e01132faa303804477c0b9dadb6f530ca6566d2 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -6,21 +6,21 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execnodes.h,v 1.5 1996/11/03 12:12:50 scrappy Exp $
+ * $Id: execnodes.h,v 1.6 1996/11/04 08:52:54 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef EXECNODES_H
 #define EXECNODES_H
 
-#include "executor/hashjoin.h"
-#include "nodes/primnodes.h"
-#include "access/funcindex.h"
-#include "access/relscan.h"
-#include "executor/tuptable.h"
-#include "nodes/params.h"
-#include "access/sdir.h"
-#include "nodes/memnodes.h"
+#include <nodes/memnodes.h>
+#include <nodes/primnodes.h>
+#include <executor/hashjoin.h>
+#include <access/relscan.h>
+#include <access/sdir.h>
+#include <nodes/params.h>
+#include <executor/tuptable.h>
+#include <access/funcindex.h>
 
 /* ----------------
  *    IndexInfo information
diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h
index 4440ccc1dda58db27f8d523a4d12a33727bf0ded..93e792681233ab5af1a6251e079f7c3bfad3c47e 100644
--- a/src/include/nodes/params.h
+++ b/src/include/nodes/params.h
@@ -6,14 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: params.h,v 1.2 1996/10/31 09:49:13 scrappy Exp $
+ * $Id: params.h,v 1.3 1996/11/04 08:52:57 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef PARAMS_H
 #define PARAMS_H
 
-#include "access/attnum.h"
+#include <access/attnum.h>
 
 /* ----------------------------------------------------------------
  *
diff --git a/src/include/utils/fcache2.h b/src/include/utils/fcache2.h
index a7dd535722fb5215f7c8e70a17f48446d3f25431..7c48406a9667044dbce3e9f82a192d6c83bccada 100644
--- a/src/include/utils/fcache2.h
+++ b/src/include/utils/fcache2.h
@@ -6,13 +6,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fcache2.h,v 1.1 1996/08/28 01:58:58 scrappy Exp $
+ * $Id: fcache2.h,v 1.2 1996/11/04 08:53:07 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef FCACHE2_H
 #define FCACHE2_H
 
+#include <nodes/execnodes.h>
+
 extern void
 setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext);