diff options
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.c')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index 90d93cbed16..1fe42efc215 100644 --- a/src/bin/pg_basebackup/streamutil.c +++ b/src/bin/pg_basebackup/streamutil.c @@ -13,10 +13,7 @@ #include "postgres_fe.h" -#include <stdio.h> -#include <string.h> #include <sys/time.h> -#include <sys/types.h> #include <unistd.h> /* for ntohl/htonl */ |