aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-08 06:43:28 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-08 06:43:28 +0000
commitcecf081abaa786414743ff1a2e694d36c606ddb4 (patch)
treeb71b8738e9e9896750484792fc5ec981dac62bda
parent7886d7351e2378564d43180d795c327d283ed7ab (diff)
downloadpostgresql-cecf081abaa786414743ff1a2e694d36c606ddb4.tar.gz
postgresql-cecf081abaa786414743ff1a2e694d36c606ddb4.zip
Change includes from "" to <>
-rw-r--r--src/include/bootstrap/bootstrap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index 656bfe3f38e..707451b17e6 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -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 <access/funcindex.h>
+#include <access/itup.h>
+#include <utils/rel.h>
#define MAXATTR 40 /* max. number of attributes in a relation */