aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/hash/hashfunc.c')
-rw-r--r--src/backend/access/hash/hashfunc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/access/hash/hashfunc.c b/src/backend/access/hash/hashfunc.c
index 2d661fdddf5..ce8ee0ea2ef 100644
--- a/src/backend/access/hash/hashfunc.c
+++ b/src/backend/access/hash/hashfunc.c
@@ -26,11 +26,9 @@
#include "postgres.h"
-#include "access/hash.h"
-#include "catalog/pg_collation.h"
#include "common/hashfn.h"
-#include "utils/builtins.h"
#include "utils/float.h"
+#include "utils/fmgrprotos.h"
#include "utils/pg_locale.h"
#include "varatt.h"