about summary refs log tree commit diff
path: root/src/portab/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portab/strdup.c')
-rw-r--r--src/portab/strdup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/portab/strdup.c b/src/portab/strdup.c
index 795af726..adb19e7a 100644
--- a/src/portab/strdup.c
+++ b/src/portab/strdup.c
@@ -11,13 +11,10 @@
 
 #ifndef HAVE_STRDUP
 
-#include "imp.h"
 #include <string.h>
 #include <stdlib.h>
 #include <sys/types.h>
 
-#include "exp.h"
-
 GLOBAL char *
 strdup(const char *s)
 {