From 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 2 Aug 1999 05:25:27 +0000 Subject: Another 'mega-commit' of back-patches ... - integrating the #include file cleanup that Bruce recently did - got the CPU change to adt/Makefile - changing DOUBLEALIGN -> MAXALIGN --- src/include/access/gist.h | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/include/access/gist.h') diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 383877e9ada..dd0aa92e40d 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -12,16 +12,10 @@ #ifndef GIST_H #define GIST_H -#include -#include -#include -#include -#include -#include -#include -#include - -#include +#include "access/funcindex.h" +#include "access/itup.h" +#include "access/relscan.h" +#include "access/sdir.h" /* ** You can have as many strategies as you please in GiSTs, as -- cgit v1.2.3