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/giststrat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 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 d4d9523eaa5..fd9ab849cbe 100644 --- a/src/backend/access/gist/giststrat.c +++ b/src/backend/access/gist/giststrat.c @@ -12,10 +12,10 @@ *------------------------------------------------------------------------- */ -#include "postgres.h" +#include -#include "access/gist.h" -#include "access/istrat.h" +#include +#include /* * Note: negate, commute, and negatecommute all assume that operators are -- cgit v1.2.3