From d1e9a761317271eb0c7a317fad123a18923ebfce Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 5 Nov 1996 08:18:44 +0000 Subject: Another run through. This gets us a clean compile of 'common' and 'gist' with *clean* #include files --- src/include/access/gist.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/access/gist.h') diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 38ef591d46d..cfafacbc507 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -12,10 +12,10 @@ #ifndef GIST_H #define GIST_H -#include "storage/off.h" -#include "utils/rel.h" -#include "storage/block.h" -#include "storage/page.h" +#include +#include +#include +#include /* ** You can have as many strategies as you please in GiSTs, as -- cgit v1.2.3