diff options
Diffstat (limited to 'src/string/strstr.c')
-rw-r--r-- | src/string/strstr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strstr.c b/src/string/strstr.c index 06491748..915c0a22 100644 --- a/src/string/strstr.c +++ b/src/string/strstr.c @@ -1,5 +1,4 @@ #include <string.h> -#include <stdlib.h> #include <stdint.h> static char *twobyte_strstr(const unsigned char *h, const unsigned char *n) |