From ca112038ab2fd5c85012cc7d2530aa07b07e30ce Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 3 Nov 1996 22:58:26 +0000 Subject: More include file cleanups --- src/backend/access/heap/hio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/access/heap/hio.c') 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" -- cgit v1.2.3