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