summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_restore.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-27 15:41:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-27 15:41:24 +0000
commit9ba40653129f0c538ac8d4f0488512a10819567f (patch)
tree96a998785f9c05ed624ce079698306d52ae5675e /src/bin/pg_dump/pg_restore.c
parentde6ca63d7f28a40e2b0c84aea27bda7560670054 (diff)
downloadpostgresql-9ba40653129f0c538ac8d4f0488512a10819567f.tar.gz
Remove separate strdup.h header file; it's redundant with port.h.
Diffstat (limited to 'src/bin/pg_dump/pg_restore.c')
-rw-r--r--src/bin/pg_dump/pg_restore.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c
index 474973ffda..1625dc49d1 100644
--- a/src/bin/pg_dump/pg_restore.c
+++ b/src/bin/pg_dump/pg_restore.c
@@ -34,7 +34,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.80 2006/08/01 18:21:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.81 2006/09/27 15:41:23 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -43,10 +43,6 @@
#include <ctype.h>
-#ifndef HAVE_STRDUP
-#include "strdup.h"
-#endif
-
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif