]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: drop unused `vssh/ssh.h` includes
authorViktor Szakats <commit@vsz.me>
Sun, 21 Dec 2025 00:28:49 +0000 (01:28 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 21 Dec 2025 01:31:58 +0000 (02:31 +0100)
Closes #20060

lib/sendf.c
lib/urldata.h

index 2260ba2d3374cc8ebc1fb45b295ab6d86dc87ffe..209514f449ddec7a9f9a897b6db4d7a0640148ec 100644 (file)
@@ -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"
index 6ecc077e9fe7fdef6f90c4cf5bd2b4adca5e9391..3940c4d391da2f4c245b7d2011470d13f19b033e 100644 (file)
@@ -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"