aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
commitff36ebc922566542f4f18c4e76a379bc620dfde4 (patch)
tree7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/storage/bufmgr.h
parent71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff)
downloadpostgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.tar.gz
postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.zip
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r--src/include/storage/bufmgr.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index 3d72f1f5037..e1b397a2a3d 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufmgr.h,v 1.5 1996/11/01 09:31:05 scrappy Exp $
+ * $Id: bufmgr.h,v 1.6 1996/11/03 12:13:10 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,11 +14,10 @@
#define BUFMGR_H
#include <stdio.h>
-
-#include "storage/ipc.h"
+#include "storage/block.h"
#include "storage/buf.h"
+#include "storage/ipc.h"
#include "utils/rel.h"
-#include "storage/block.h"
/*
* the maximum size of a disk block for any possible installation.