aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:03:29 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:03:29 +0000
commit9b6b82b91d7c7b96e434cf6fd2a1102728434f1b (patch)
treea8d0011191b032165ca45f5309016d7103ec06b9
parentf3671cc9101e66118a00f6d9526cee847555283e (diff)
downloadpostgresql-9b6b82b91d7c7b96e434cf6fd2a1102728434f1b.tar.gz
postgresql-9b6b82b91d7c7b96e434cf6fd2a1102728434f1b.zip
and another one..
-rw-r--r--src/include/storage/bufpage.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index c70915efcac..1a3ed0634f5 100644
--- a/src/include/storage/bufpage.h
+++ b/src/include/storage/bufpage.h
@@ -6,20 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufpage.h,v 1.2 1996/10/18 07:39:07 vadim Exp $
+ * $Id: bufpage.h,v 1.3 1996/10/19 04:03:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BUFPAGE_H
#define BUFPAGE_H
-#include "c.h"
-#include "machine.h" /* for BLCKSZ */
-
-#include "storage/buf.h"
-#include "storage/item.h"
#include "storage/itemid.h"
-#include "storage/itemptr.h"
+#include "storage/item.h"
/*
* a postgres disk page is an abstraction layered on top of a postgres