aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
diff options
context:
space:
mode:
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 5c4d115108e..f5b5ab0975f 100644
--- a/src/backend/access/heap/hio.c
+++ b/src/backend/access/heap/hio.c
@@ -7,14 +7,13 @@
*
*
* IDENTIFICATION
- * $Id: hio.c,v 1.7 1996/11/03 12:34:52 scrappy Exp $
+ * $Id: hio.c,v 1.8 1996/11/03 22:57:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
-#include "storage/buf.h"
#include "storage/bufpage.h"
#include "access/relscan.h"
#include "access/heapam.h"