From a9591ce66aa69e82196800b0f4f7b6e35aea8e49 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 23:04:24 +0000 Subject: Change #include's to use <> and "" as appropriate. --- src/include/access/giststrat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/giststrat.h') diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h index 77fc90b162..c2fc30edf4 100644 --- a/src/include/access/giststrat.h +++ b/src/include/access/giststrat.h @@ -12,7 +12,7 @@ #ifndef GISTSTRAT_H #define GISTSTRAT_H -#include +#include "utils/rel.h" extern StrategyNumber RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc); -- cgit v1.2.1