mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:03:38 +03:00
lib: drop unused protocol headers
- drop unused `http.h` includes. - drop unused `http1.h` include. - drop unused `http2.h` includes. - vssh/ssh.h: drop unused `vssh.h` include. - urldata.h: drop unused protocol includes. - url: include `smtp.h` directly. - rtsp.h: include directly where used. - imap, smtp: drop redundant include, move another from .h to .c. Verified with an all non-unity CI run. Closes #20093
This commit is contained in:
parent
adca486c12
commit
e78a466ebd
21 changed files with 5 additions and 28 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include "curl_trc.h"
|
||||
#include "sendf.h" /* for the client write stuff */
|
||||
#include "curlx/dynbuf.h"
|
||||
#include "http.h"
|
||||
#include "multiif.h"
|
||||
#include "curlx/strparse.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue