From 0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 19 Oct 1996 06:27:33 +0000 Subject: Welp, another subdirectory cleaned out of redundant/unused #include files --- src/backend/access/gist/giststrat.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/backend/access/gist/giststrat.c') diff --git a/src/backend/access/gist/giststrat.c b/src/backend/access/gist/giststrat.c index 1dea1946d9b..440fdc2ef19 100644 --- a/src/backend/access/gist/giststrat.c +++ b/src/backend/access/gist/giststrat.c @@ -11,14 +11,11 @@ * *------------------------------------------------------------------------- */ -#include "c.h" +#include "postgres.h" #include "utils/rel.h" - -#include "storage/bufmgr.h" -#include "storage/bufpage.h" - -#include "access/istrat.h" +#include "storage/off.h" +#include "storage/block.h" #include "access/gist.h" /* -- cgit v1.2.3