projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f508f1
)
Reorder includes to unbreak MSVC
author
Magnus Hagander
Sun, 23 Jan 2011 21:44:07 +0000
(22:44 +0100)
committer
Magnus Hagander
Sun, 23 Jan 2011 21:44:07 +0000
(22:44 +0100)
src/bin/pg_dump/pg_backup_directory.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_backup_directory.c
b/src/bin/pg_dump/pg_backup_directory.c
index ff16c1a74a99c963809806cd99f56667fd97ea95..625e0930662cd0f5d755724f2a9eed564d143ace 100644
(file)
--- a/
src/bin/pg_dump/pg_backup_directory.c
+++ b/
src/bin/pg_dump/pg_backup_directory.c
@@
-33,12
+33,12
@@
*-------------------------------------------------------------------------
*/
-#include
-#include
-
#include "pg_backup_archiver.h"
#include "compress_io.h"
+#include
+#include
+
typedef struct
{
/*