From b446f38510d38dbc51b5bf10f9002e79effa87e8 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 21 Oct 1996 05:59:49 +0000 Subject: -Wall'd --- src/backend/access/heap/hio.c | 7 +++++-- 1 file changed, 5 insertions(+), 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 03d1c918e2..fd80c0da21 100644 --- a/src/backend/access/heap/hio.c +++ b/src/backend/access/heap/hio.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Id: hio.c,v 1.4 1996/10/20 08:31:59 scrappy Exp $ + * $Id: hio.c,v 1.5 1996/10/21 05:59:46 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -38,7 +38,6 @@ #include "storage/itemid.h" #include "storage/item.h" -#include "storage/buf.h" #include "storage/off.h" #include "storage/bufpage.h" @@ -47,8 +46,12 @@ #include "access/heapam.h" +#include +#include "storage/ipc.h" #include "storage/bufmgr.h" +#include "utils/memutils.h" + /* * amputunique - place tuple at tid * Currently on errors, calls elog. Perhaps should return -1? -- cgit v1.2.1