summaryrefslogtreecommitdiff
path: root/src/include/storage/bufpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/bufpage.h')
-rw-r--r--src/include/storage/bufpage.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index 6921f97a089..87f5be67a9f 100644
--- a/src/include/storage/bufpage.h
+++ b/src/include/storage/bufpage.h
@@ -6,19 +6,19 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufpage.h,v 1.24 1999/07/15 15:21:32 momjian Exp $
+ * $Id: bufpage.h,v 1.25 1999/07/15 23:04:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BUFPAGE_H
#define BUFPAGE_H
-#include <storage/off.h>
-#include <storage/itemid.h>
-#include <storage/item.h>
-#include <storage/buf.h>
-#include <storage/page.h>
-#include <storage/bufmgr.h>
+#include "storage/off.h"
+#include "storage/itemid.h"
+#include "storage/item.h"
+#include "storage/buf.h"
+#include "storage/page.h"
+#include "storage/bufmgr.h"
/*
* a postgres disk page is an abstraction layered on top of a postgres