diff --git a/lib/sendf.c b/lib/sendf.c index 2260ba2d33..209514f449 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -41,7 +41,6 @@ #include "connect.h" #include "cw-out.h" #include "cw-pause.h" -#include "vssh/ssh.h" #include "multiif.h" #include "strerror.h" #include "http2.h" diff --git a/lib/urldata.h b/lib/urldata.h index 6ecc077e9f..3940c4d391 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -177,7 +177,6 @@ typedef CURLcode (Curl_recv)(struct Curl_easy *data, /* transfer */ #include "smtp.h" #include "ftp.h" #include "file.h" -#include "vssh/ssh.h" #include "http.h" #include "rtsp.h" #include "smb.h"