diff options
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.c')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index 8d8ac11b664..94d1a12b9b7 100644 --- a/src/bin/pg_basebackup/streamutil.c +++ b/src/bin/pg_basebackup/streamutil.c @@ -17,10 +17,6 @@ #include <sys/time.h> #include <unistd.h> -/* local includes */ -#include "receivelog.h" -#include "streamutil.h" - #include "access/xlog_internal.h" #include "common/fe_memutils.h" #include "common/file_perm.h" @@ -29,6 +25,8 @@ #include "fe_utils/connect.h" #include "port/pg_bswap.h" #include "pqexpbuffer.h" +#include "receivelog.h" +#include "streamutil.h" #define ERRCODE_DUPLICATE_OBJECT "42710" |