From 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Sep 2011 10:03:22 -0400 Subject: Remove unnecessary #include references, per pgrminclude script. --- src/backend/utils/adt/tsgistidx.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/backend/utils/adt/tsgistidx.c') diff --git a/src/backend/utils/adt/tsgistidx.c b/src/backend/utils/adt/tsgistidx.c index 2189a1a20ec..1ac2b17237f 100644 --- a/src/backend/utils/adt/tsgistidx.c +++ b/src/backend/utils/adt/tsgistidx.c @@ -16,9 +16,7 @@ #include "access/gist.h" #include "access/tuptoaster.h" -#include "tsearch/ts_type.h" #include "tsearch/ts_utils.h" -#include "utils/pg_crc.h" #define SIGLENINT 31 /* >121 => key will toast, so it will not work -- cgit v1.2.3