From 0cf60fb7182a76437d9953c75c649fd5ea1d43ca Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 5 Nov 1996 08:19:01 +0000 Subject: More cleaned out #include files Makefile fixed for fmgr.h --- src/backend/access/gist/gistscan.c | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 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 bab14bac69b..0f3ce3b59d9 100644 --- a/src/backend/access/gist/gistscan.c +++ b/src/backend/access/gist/gistscan.c @@ -10,32 +10,21 @@ *------------------------------------------------------------------------- */ -#include -#include +#include -#include "postgres.h" - -#include "access/relscan.h" -#include "access/gist.h" -#include "access/genam.h" -#include "storage/lmgr.h" +#include +#include +#include +#include +#include +#include #ifndef HAVE_MEMMOVE -# include "regex/utils.h" +# include #else # include #endif -#include "utils/palloc.h" - -#include "storage/block.h" -#include "storage/off.h" -#include "access/rtree.h" - -#include "storage/bufmgr.h" - -#include "access/giststrat.h" - /* routines defined and used here */ static void gistregscan(IndexScanDesc s); static void gistdropscan(IndexScanDesc s); -- cgit v1.2.3