summaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorTom Lane2006-09-27 15:41:24 +0000
committerTom Lane2006-09-27 15:41:24 +0000
commit9ba40653129f0c538ac8d4f0488512a10819567f (patch)
tree96a998785f9c05ed624ce079698306d52ae5675e /src/port
parentde6ca63d7f28a40e2b0c84aea27bda7560670054 (diff)
Remove separate strdup.h header file; it's redundant with port.h.
Diffstat (limited to 'src/port')
-rw-r--r--src/port/strdup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/port/strdup.c b/src/port/strdup.c
index 75c6321709c..b7c87a4a35e 100644
--- a/src/port/strdup.c
+++ b/src/port/strdup.c
@@ -8,15 +8,13 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/strdup.c,v 1.11 2006/07/14 04:59:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/strdup.c,v 1.12 2006/09/27 15:41:24 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include "c.h"
-#include "strdup.h"
-
char *
strdup(const char *string)