From 9ec5e78613de8ecaa2a0980a7b1dd06bd41a431d Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 5 Nov 1996 07:22:50 +0000 Subject: [PATCH] And another one --- src/include/access/heapam.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index aa7f84eef8..a1780dc49a 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -6,15 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.4 1996/11/03 08:17:18 scrappy Exp $ + * $Id: heapam.h,v 1.5 1996/11/05 07:22:50 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HEAPAM_H #define HEAPAM_H -#include "access/relscan.h" -#include "storage/buf.h" +#include /* ---------------------------------------------------------------- * heap access method statistics @@ -83,7 +82,6 @@ extern HeapAccessStatistics heap_access_stats; /* in stats.c */ * ---------------- */ /* heap_create, heap_creatr, and heap_destroy are declared in catalog/heap.h */ -#include "catalog/heap.h" /* heapam.c */ extern void doinsert(Relation relation, HeapTuple tup);