diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-08 14:42:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-08 14:42:35 +0200 |
commit | 888e77e8c2700512640c80e3072bca8044fa9795 (patch) | |
tree | 47d49d26a9083f2d6d1587d7ff4f5e537e8aaabd /lib/vssh/libssh2.c | |
parent | b0e007c2261262c47cb3e69c26f59db977f900bc (diff) | |
download | curl-bagder/avoid-strerror.tar.gz |
strerror.h: remove the #include from files not using itbagder/avoid-strerror
Diffstat (limited to 'lib/vssh/libssh2.c')
-rw-r--r-- | lib/vssh/libssh2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vssh/libssh2.c b/lib/vssh/libssh2.c index 5cbff0769..a772f1f9b 100644 --- a/lib/vssh/libssh2.c +++ b/lib/vssh/libssh2.c @@ -73,7 +73,6 @@ #include "strcase.h" #include "vtls/vtls.h" #include "connect.h" -#include "strerror.h" #include "inet_ntop.h" #include "parsedate.h" /* for the week day and month names */ #include "sockaddr.h" /* required for Curl_sockaddr_storage */ |