From: Daniel Gustafsson Date: Thu, 3 Jun 2021 11:02:07 +0000 (+0200) Subject: cookies: remove unused header X-Git-Tag: curl-7_78_0~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9750bc97d8c52f7a531e115b2a5d7c105c8fd5b5;p=thirdparty%2Fcurl.git cookies: remove unused header Commit 1c1d9f1affbd3367bcb24062e261d0ea5d185e3a removed the last use for the inet_pton.h headerfile, this removes the inclusion of the header. Closes: #7182 Reviewed-by: Daniel Stenberg --- diff --git a/lib/cookie.c b/lib/cookie.c index 638201fba7..fde6a84ce6 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -95,7 +95,6 @@ Example set of cookies: #include "strcase.h" #include "curl_get_line.h" #include "curl_memrchr.h" -#include "inet_pton.h" #include "parsedate.h" #include "rand.h" #include "rename.h"