summaryrefslogtreecommitdiff
path: root/src/include/storage/smgr.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-07-30 17:07:23 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-07-30 17:07:23 +0000
commit2c49183c80a47c4aa0a8ef3eea5da415d1cc8a32 (patch)
tree59454a97a765e8564fe79598dbf57d457d8487f7 /src/include/storage/smgr.h
parent710add2942db738ee6b7331598a4395ce10cab4f (diff)
Carefully merge in Bruce's include file changes ... commit'd only after a
clean compile ...
Diffstat (limited to 'src/include/storage/smgr.h')
-rw-r--r--src/include/storage/smgr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h
index c3c0d314462..5a845974338 100644
--- a/src/include/storage/smgr.h
+++ b/src/include/storage/smgr.h
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: smgr.h,v 1.14 1999/02/13 23:22:10 momjian Exp $
+ * $Id: smgr.h,v 1.14.2.1 1999/07/30 17:07:18 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SMGR_H
#define SMGR_H
-#include <storage/spin.h>
-#include <storage/block.h>
-#include <utils/rel.h>
+#include "storage/block.h"
+#include "storage/spin.h"
+#include "utils/rel.h"
#define SM_FAIL 0
#define SM_SUCCESS 1