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/giststrat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/access/giststrat.h') diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h index 20ad45863f3..c2fc30edf42 100644 --- a/src/include/access/giststrat.h +++ b/src/include/access/giststrat.h @@ -12,8 +12,7 @@ #ifndef GISTSTRAT_H #define GISTSTRAT_H -#include -#include +#include "utils/rel.h" extern StrategyNumber RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc); -- cgit v1.2.3