From 70651cb6de12f245af3e9253da370e0a7004de79 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 21 Dec 2025 01:28:49 +0100 Subject: [PATCH] lib: drop unused `vssh/ssh.h` includes Closes #20060 --- lib/sendf.c | 1 - lib/urldata.h | 1 - 2 files changed, 2 deletions(-) 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"