aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm_gist.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-09-01 10:03:22 -0400
committerBruce Momjian <bruce@momjian.us>2011-09-01 10:04:27 -0400
commit6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch)
tree748a06b7c1a122d741b87a6b11217d7749b64fe2 /contrib/pg_trgm/trgm_gist.c
parent63d06ef59156719efd0208c62e764a69611b3f12 (diff)
downloadpostgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.tar.gz
postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.zip
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'contrib/pg_trgm/trgm_gist.c')
-rw-r--r--contrib/pg_trgm/trgm_gist.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/pg_trgm/trgm_gist.c b/contrib/pg_trgm/trgm_gist.c
index b328a09f41f..aee060bab73 100644
--- a/contrib/pg_trgm/trgm_gist.c
+++ b/contrib/pg_trgm/trgm_gist.c
@@ -5,13 +5,7 @@
#include "trgm.h"
-#include "access/gist.h"
-#include "access/itup.h"
#include "access/skey.h"
-#include "access/tuptoaster.h"
-#include "storage/bufpage.h"
-#include "utils/array.h"
-#include "utils/builtins.h"
PG_FUNCTION_INFO_V1(gtrgm_in);