diff options
Diffstat (limited to 'src/bin/pg_dump/pg_backup_custom.c')
-rw-r--r-- | src/bin/pg_dump/pg_backup_custom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_backup_custom.c b/src/bin/pg_dump/pg_backup_custom.c index 497b81b6840..fc742f5b560 100644 --- a/src/bin/pg_dump/pg_backup_custom.c +++ b/src/bin/pg_dump/pg_backup_custom.c @@ -25,11 +25,10 @@ */ #include "postgres_fe.h" +#include "common/file_utils.h" #include "compress_io.h" #include "parallel.h" #include "pg_backup_utils.h" -#include "common/file_utils.h" - /*-------- * Routines in the format interface |