about summary refs log tree commit diff
path: root/src/string/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strlcpy.c')
-rw-r--r--src/string/strlcpy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strlcpy.c b/src/string/strlcpy.c
index 193d7241..dcb22f6e 100644
--- a/src/string/strlcpy.c
+++ b/src/string/strlcpy.c
@@ -2,7 +2,6 @@
 #include <string.h>
 #include <stdint.h>
 #include <limits.h>
-#include "libc.h"
 
 #define ALIGN (sizeof(size_t)-1)
 #define ONES ((size_t)-1/UCHAR_MAX)