aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2008-05-12 16:06:10 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2008-05-12 16:06:10 +0000
commit9084399782042c9d0d3230e80ccd74850bb96b71 (patch)
tree59a01d17def3796fafdc44807a8858c0ee681405 /src/backend/access/heap/hio.c
parent2739a4e1d216e7b8aa351bfb149e3b8ec83223b9 (diff)
downloadpostgresql-9084399782042c9d0d3230e80ccd74850bb96b71.tar.gz
postgresql-9084399782042c9d0d3230e80ccd74850bb96b71.zip
Put back bufmgr.h in bufpage.h -- it is needed by some macros.
Remove #include bufmgr.h from (most?) source files which already include bufpage.h.
Diffstat (limited to 'src/backend/access/heap/hio.c')
-rw-r--r--src/backend/access/heap/hio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c
index 37dcd382888..bd6eab29cf6 100644
--- a/src/backend/access/heap/hio.c
+++ b/src/backend/access/heap/hio.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.69 2008/05/12 00:00:45 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.70 2008/05/12 16:06:09 alvherre Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,6 @@
#include "postgres.h"
#include "access/hio.h"
-#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/freespace.h"
#include "storage/lmgr.h"