summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-12-08 16:39:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-12-08 16:39:05 +0000
commit918b158743ad7a4d20c62196ad9de2fb7a32009b (patch)
treef5e3dd0cb9f2aa644036e5ced2aaff22728c7237 /src/bin/pg_dump/common.c
parentde097903adb75fedd810ee65cbd40915e2187e6b (diff)
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
order. Remove some unnecessary #includes (that duplicate c.h).
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r--src/bin/pg_dump/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c
index 45bc90fcccb..ee938dab22b 100644
--- a/src/bin/pg_dump/common.c
+++ b/src/bin/pg_dump/common.c
@@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.79 2003/12/07 03:14:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.80 2003/12/08 16:39:05 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,6 +19,7 @@
#include "postgres_fe.h"
#include "pg_dump.h"
#include "pg_backup_archiver.h"
+
#include "postgres.h"
#include "catalog/pg_class.h"