summaryrefslogtreecommitdiff
path: root/lib/vssh/libssh.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/vssh/libssh.c
parent2f0bb864c126892afc822e0cf5547d7ea5094212 (diff)
downloadcurl-fe7b64228d553274f780ebc98a05a9ae266df828.tar.gz
strerror.h: remove the #include from files not using it
Diffstat (limited to 'lib/vssh/libssh.c')
-rw-r--r--lib/vssh/libssh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vssh/libssh.c b/lib/vssh/libssh.c
index c2ca8ef63..3e317e87c 100644
--- a/lib/vssh/libssh.c
+++ b/lib/vssh/libssh.c
@@ -74,7 +74,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 */