diff options
Diffstat (limited to 'src/portab/strlcpy.c')
| -rw-r--r-- | src/portab/strlcpy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/portab/strlcpy.c b/src/portab/strlcpy.c index ce90a423..a7f5e2f1 100644 --- a/src/portab/strlcpy.c +++ b/src/portab/strlcpy.c @@ -22,13 +22,9 @@ * <http://cvs.samba.org/cgi-bin/cvsweb/rsync/lib/compat.c> */ -#include "imp.h" #include <string.h> #include <sys/types.h> -#include "exp.h" - - #ifndef HAVE_STRLCAT GLOBAL size_t |