diff options
Diffstat (limited to 'src/bin/pg_rewind/fetch.c')
-rw-r--r-- | src/bin/pg_rewind/fetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/fetch.c b/src/bin/pg_rewind/fetch.c index 08a296d7d4f..e9353d88661 100644 --- a/src/bin/pg_rewind/fetch.c +++ b/src/bin/pg_rewind/fetch.c @@ -16,7 +16,6 @@ */ #include "postgres_fe.h" -#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> |