summaryrefslogtreecommitdiff
path: root/lib/asyn-thread.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/asyn-thread.c
parentb0e007c2261262c47cb3e69c26f59db977f900bc (diff)
downloadcurl-bagder/avoid-strerror.tar.gz
strerror.h: remove the #include from files not using itbagder/avoid-strerror
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r--lib/asyn-thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c
index 36f68cb49..149172ad3 100644
--- a/lib/asyn-thread.c
+++ b/lib/asyn-thread.c
@@ -68,7 +68,6 @@
#include "hostip.h"
#include "hash.h"
#include "share.h"
-#include "strerror.h"
#include "url.h"
#include "multiif.h"
#include "inet_ntop.h"