summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_tar.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/pg_backup_tar.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/pg_backup_tar.c')
-rw-r--r--src/bin/pg_dump/pg_backup_tar.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_backup_tar.c b/src/bin/pg_dump/pg_backup_tar.c
index c4c028c04ca..9efe6b7dcda 100644
--- a/src/bin/pg_dump/pg_backup_tar.c
+++ b/src/bin/pg_dump/pg_backup_tar.c
@@ -16,7 +16,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.40 2003/12/06 03:00:11 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.41 2003/12/08 16:39:05 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -25,8 +25,6 @@
#include "pg_backup_archiver.h"
#include "pg_backup_tar.h"
-#include <stdlib.h>
-#include <string.h>
#include <ctype.h>
#include <limits.h>
#include <unistd.h>