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/gistscan.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/access/gistscan.h') diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index 3eb1eba6258..0a4fe7f5546 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.h @@ -11,9 +11,9 @@ */ #ifndef GISTSCAN_H -#include "utils/rel.h" -#include "storage/block.h" -#include "storage/off.h" +#include +#include +#include void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); -- cgit v1.2.3