Change includes from "" to <>
authorMarc G. Fournier
Fri, 8 Nov 1996 06:43:28 +0000 (06:43 +0000)
committerMarc G. Fournier
Fri, 8 Nov 1996 06:43:28 +0000 (06:43 +0000)
src/include/bootstrap/bootstrap.h

index 656bfe3f38e286a653ec08a6d5979bf4038a7b18..707451b17e66525f12fc08d9f786a72de8f754d3 100644 (file)
@@ -6,16 +6,16 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bootstrap.h,v 1.3 1996/11/08 06:01:45 momjian Exp $
+ * $Id: bootstrap.h,v 1.4 1996/11/08 06:43:28 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef BOOTSTRAP_H
 #define BOOTSTRAP_H
 
-#include "access/funcindex.h"
-#include "access/itup.h"
-#include "utils/rel.h"
+#include 
+#include 
+#include 
 
 #define    MAXATTR 40      /* max. number of attributes in a relation */