diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-27 15:41:24 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-27 15:41:24 +0000 |
| commit | 9ba40653129f0c538ac8d4f0488512a10819567f (patch) | |
| tree | 96a998785f9c05ed624ce079698306d52ae5675e /src/bin/pg_dump/common.c | |
| parent | de6ca63d7f28a40e2b0c84aea27bda7560670054 (diff) | |
| download | postgresql-9ba40653129f0c538ac8d4f0488512a10819567f.tar.gz | |
Remove separate strdup.h header file; it's redundant with port.h.
Diffstat (limited to 'src/bin/pg_dump/common.c')
| -rw-r--r-- | src/bin/pg_dump/common.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c index fc737d59ac..f4b4a1e5bb 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.92 2006/08/01 18:05:04 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.93 2006/09/27 15:41:23 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -24,10 +24,6 @@ #include <ctype.h> -#ifndef HAVE_STRDUP -#include "strdup.h" -#endif - /* * Variables for mapping DumpId to DumpableObject |
