summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r--src/bin/pg_dump/common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c
index 102ed6a844b..fdaee77739b 100644
--- a/src/bin/pg_dump/common.c
+++ b/src/bin/pg_dump/common.c
@@ -11,13 +11,12 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.90 2006/05/22 11:21:54 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.91 2006/07/14 14:52:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres_fe.h"
-#include "pg_dump.h"
#include "pg_backup_archiver.h"
#include "postgres.h"
@@ -25,7 +24,6 @@
#include <ctype.h>
-#include "libpq-fe.h"
#ifndef HAVE_STRDUP
#include "strdup.h"
#endif