From 259c314d142abd6f9295047c116235cfdd119563 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 17 Mar 2014 00:17:02 +0100 Subject: Remove imp.h and exp.h header files These include files don't have a function any more, remove them. --- src/portab/strndup.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/portab/strndup.c') 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 #include #include -#include "exp.h" - GLOBAL char * strndup(const char *s, size_t maxlen) { -- cgit 1.4.1