diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2021-06-03 13:02:07 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2021-06-03 13:02:07 +0200 |
commit | 9750bc97d8c52f7a531e115b2a5d7c105c8fd5b5 (patch) | |
tree | 1e0d75160b6447fab8fe1af3608a04fba701c75f /lib/cookie.c | |
parent | 3e70c3430a370a31eff2c1d8fea29edaca8f1127 (diff) | |
download | curl-9750bc97d8c52f7a531e115b2a5d7c105c8fd5b5.tar.gz |
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 <daniel@haxx.se>
Diffstat (limited to 'lib/cookie.c')
-rw-r--r-- | lib/cookie.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |