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/gistscan.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/backend/access/gist/gistscan.c') diff --git a/src/backend/access/gist/gistscan.c b/src/backend/access/gist/gistscan.c index fd9f8e1a5fc..2889369bd4e 100644 --- a/src/backend/access/gist/gistscan.c +++ b/src/backend/access/gist/gistscan.c @@ -9,19 +9,13 @@ * *------------------------------------------------------------------------- */ -#include "postgres.h" -#include "storage/bufmgr.h" -#include "storage/bufpage.h" +#include "postgres.h" -#include "utils/elog.h" -#include "utils/palloc.h" #include "utils/rel.h" - -#include "access/heapam.h" -#include "access/genam.h" +#include "access/htup.h" +#include "access/relscan.h" #include "access/gist.h" -#include "access/giststrat.h" /* routines defined and used here */ static void gistregscan(IndexScanDesc s); -- cgit v1.2.3