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/asyn-thread.c | |
parent | 2f0bb864c126892afc822e0cf5547d7ea5094212 (diff) | |
download | curl-fe7b64228d553274f780ebc98a05a9ae266df828.tar.gz |
strerror.h: remove the #include from files not using it
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r-- | lib/asyn-thread.c | 1 |
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" |