diff options
author | Bruce Momjian | 2011-09-01 14:03:22 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-09-01 14:04:27 +0000 |
commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /contrib/dict_int/dict_int.c | |
parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'contrib/dict_int/dict_int.c')
-rw-r--r-- | contrib/dict_int/dict_int.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/dict_int/dict_int.c b/contrib/dict_int/dict_int.c index c4ad6ef343e..9f614471605 100644 --- a/contrib/dict_int/dict_int.c +++ b/contrib/dict_int/dict_int.c @@ -13,7 +13,6 @@ #include "postgres.h" #include "commands/defrem.h" -#include "fmgr.h" #include "tsearch/ts_public.h" PG_MODULE_MAGIC; |