summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-08 14:42:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-09 07:53:42 +0200
commitfe7b64228d553274f780ebc98a05a9ae266df828 (patch)
tree322a337b8e153184c187e2859cfd41cbe8203839 /lib/hostip4.c
parent2f0bb864c126892afc822e0cf5547d7ea5094212 (diff)
downloadcurl-fe7b64228d553274f780ebc98a05a9ae266df828.tar.gz
strerror.h: remove the #include from files not using it
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r--lib/hostip4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c
index ac92126d8..1fd791015 100644
--- a/lib/hostip4.c
+++ b/lib/hostip4.c
@@ -50,7 +50,6 @@
#include "hostip.h"
#include "hash.h"
#include "share.h"
-#include "strerror.h"
#include "url.h"
/* The last 3 #include files should be in this order */
#include "curl_printf.h"