diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:03:22 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:04:27 -0400 |
commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/backend/utils/adt/tsgistidx.c | |
parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
download | postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.tar.gz postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.zip |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/backend/utils/adt/tsgistidx.c')
-rw-r--r-- | src/backend/utils/adt/tsgistidx.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |