summaryrefslogtreecommitdiff
path: root/lib/hostasyn.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-08 14:42:35 +0200
commit888e77e8c2700512640c80e3072bca8044fa9795 (patch)
tree47d49d26a9083f2d6d1587d7ff4f5e537e8aaabd /lib/hostasyn.c
parentb0e007c2261262c47cb3e69c26f59db977f900bc (diff)
downloadcurl-888e77e8c2700512640c80e3072bca8044fa9795.tar.gz
strerror.h: remove the #include from files not using itbagder/avoid-strerror
Diffstat (limited to 'lib/hostasyn.c')
-rw-r--r--lib/hostasyn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hostasyn.c b/lib/hostasyn.c
index b25de1d41..f7d99ce9a 100644
--- a/lib/hostasyn.c
+++ b/lib/hostasyn.c
@@ -50,7 +50,6 @@
#include "hostip.h"
#include "hash.h"
#include "share.h"
-#include "strerror.h"
#include "url.h"
#include "curl_memory.h"
/* The last #include file should be: */