From: Viktor Szakats Date: Wed, 11 Sep 2024 16:49:58 +0000 (+0200) Subject: urlapi: drop unused header X-Git-Tag: curl-8_11_0~427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b0442e4c6832989fd791415fb84cf0c6f09edd;p=thirdparty%2Fcurl.git urlapi: drop unused header Closes #14867 --- diff --git a/lib/urlapi.c b/lib/urlapi.c index 3d4a3f94b8..7c751ab851 100644 --- a/lib/urlapi.c +++ b/lib/urlapi.c @@ -34,7 +34,6 @@ #include "inet_ntop.h" #include "strdup.h" #include "idn.h" -#include "curl_memrchr.h" /* The last 3 #include files should be in this order */ #include "curl_printf.h"