summaryrefslogtreecommitdiff
path: root/src/include/storage/bufpage.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
commit773088809df925442bb9df35352c11e3d106314a (patch)
treeab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/storage/bufpage.h
parent4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff)
downloadpostgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz
More cleanup
Diffstat (limited to 'src/include/storage/bufpage.h')
-rw-r--r--src/include/storage/bufpage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index 87f5be67a9..c7688e4ae1 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.25 1999/07/15 23:04:09 momjian Exp $
+ * $Id: bufpage.h,v 1.26 1999/07/16 17:07:37 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/item.h"
+#include "storage/itemid.h"
+#include "storage/off.h"
+#include "storage/page.h"
/*
* a postgres disk page is an abstraction layered on top of a postgres