From 9750bc97d8c52f7a531e115b2a5d7c105c8fd5b5 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 3 Jun 2021 13:02:07 +0200 Subject: [PATCH] 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 --- lib/cookie.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cookie.c b/lib/cookie.c index 638201fba..fde6a84ce 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"