curl/lib/vssh
Viktor Szakats e8415a8296
lib: drop, or replace sendf.h with curl_trc.h where possible
- replace `sendf.h` with `curl_trc.h` where it was included just for it.
- drop unused `curl_trc.h` includes.
- easy: delete obsolete comment about `send.h` include reason.

Also:
- move out `curl_trc.h` include from `sendf.h` and include it directly
  in users, where not done already. To flatten the include tree and
  to less rely on indirect includes.
- stop including `sendf.h` from other headers, replace it with forward
  declaration of `Curl_easy`, as done already elsewhere.

Verified with an all non-unity CI run.

Closes #20061
2025-12-21 12:39:25 +01:00
..
libssh.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
libssh2.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
ssh.h lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
vssh.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
vssh.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00