summaryrefslogtreecommitdiff
path: root/lib/vssh
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
parent2f0bb864c126892afc822e0cf5547d7ea5094212 (diff)
downloadcurl-fe7b64228d553274f780ebc98a05a9ae266df828.tar.gz
strerror.h: remove the #include from files not using it
Diffstat (limited to 'lib/vssh')
-rw-r--r--lib/vssh/libssh.c1
-rw-r--r--lib/vssh/libssh2.c1
2 files changed, 0 insertions, 2 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 */
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 */