summaryrefslogtreecommitdiff
path: root/contrib/ltree/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ltree/crc32.c')
-rw-r--r--contrib/ltree/crc32.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/ltree/crc32.c b/contrib/ltree/crc32.c
index 403dae0d7d4..447e4b29602 100644
--- a/contrib/ltree/crc32.c
+++ b/contrib/ltree/crc32.c
@@ -9,10 +9,6 @@
#include "postgres.h"
-#include <sys/types.h>
-#include <stdio.h>
-#include <sys/types.h>
-
#ifdef LOWER_NODE
#include <ctype.h>
#define TOLOWER(x) tolower((unsigned char) (x))