summaryrefslogtreecommitdiff
path: root/lib/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strstr.c')
-rw-r--r--lib/strstr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/strstr.c b/lib/strstr.c
index 6236915..65bf21b 100644
--- a/lib/strstr.c
+++ b/lib/strstr.c
@@ -24,8 +24,6 @@
/* Specification of strstr. */
#include <string.h>
-#include <stdbool.h>
-
#define RETURN_TYPE char *
#define AVAILABLE(h, h_l, j, n_l) \
(!memchr ((h) + (h_l), '\0', (j) + (n_l) - (h_l)) \