diff options
author | Magnus Hagander <magnus@hagander.net> | 2011-01-23 22:44:07 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2011-01-23 22:44:07 +0100 |
commit | 39e911e28a7a998d9439c0f5886c97fbbfc72a75 (patch) | |
tree | 0ca05b8d4c2eb1daf5ecc157ea684ce439ef63ef /src | |
parent | 7f508f1c6b515df66d27f860b2faa7b5761fa55d (diff) | |
download | postgresql-39e911e28a7a998d9439c0f5886c97fbbfc72a75.tar.gz postgresql-39e911e28a7a998d9439c0f5886c97fbbfc72a75.zip |
Reorder includes to unbreak MSVC
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/pg_backup_directory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_backup_directory.c b/src/bin/pg_dump/pg_backup_directory.c index ff16c1a74a9..625e0930662 100644 --- a/src/bin/pg_dump/pg_backup_directory.c +++ b/src/bin/pg_dump/pg_backup_directory.c @@ -33,12 +33,12 @@ *------------------------------------------------------------------------- */ -#include <dirent.h> -#include <sys/stat.h> - #include "pg_backup_archiver.h" #include "compress_io.h" +#include <dirent.h> +#include <sys/stat.h> + typedef struct { /* |