From 26112352a774737e1ce5580c93654a26c1e82b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Oct 2022 22:25:29 +0200 Subject: New upstream version 1.1 --- lib/strstr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/strstr.c') 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 -#include - #define RETURN_TYPE char * #define AVAILABLE(h, h_l, j, n_l) \ (!memchr ((h) + (h_l), '\0', (j) + (n_l) - (h_l)) \ -- cgit v1.2.3