]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cookies: remove unused header
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 3 Jun 2021 11:02:07 +0000 (13:02 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 3 Jun 2021 11:02:07 +0000 (13:02 +0200)
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 <daniel@haxx.se>
lib/cookie.c

index 638201fba7444ba36ccffd79f085105d3b4eab74..fde6a84ce62dc9c2bb92c82ecb47d18efa293e43 100644 (file)
@@ -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"