diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-08 14:42:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-09 07:53:42 +0200 |
commit | fe7b64228d553274f780ebc98a05a9ae266df828 (patch) | |
tree | 322a337b8e153184c187e2859cfd41cbe8203839 /lib/hostip.c | |
parent | 2f0bb864c126892afc822e0cf5547d7ea5094212 (diff) | |
download | curl-fe7b64228d553274f780ebc98a05a9ae266df828.tar.gz |
strerror.h: remove the #include from files not using it
Diffstat (limited to 'lib/hostip.c')
-rw-r--r-- | lib/hostip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c index bb110dee5..117caa295 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -56,7 +56,6 @@ #include "hash.h" #include "rand.h" #include "share.h" -#include "strerror.h" #include "url.h" #include "inet_ntop.h" #include "inet_pton.h" |