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