mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
lib: include curlx/warnless.h from curl_setup.h
To make it available for all files. Drop includes from individual sources. This header was already included from most sources and not specific to any internal subsystem. Also to ensure that two system symbol redefines on Windows (`read()` and `write()`) get applied to all sources. Move them to `curl_setup.h`. Closes #20056
This commit is contained in:
parent
70651cb6de
commit
884b5ea921
71 changed files with 13 additions and 84 deletions
|
|
@ -43,7 +43,6 @@
|
|||
#include "multiif.h"
|
||||
#include "sendf.h"
|
||||
#include "select.h"
|
||||
#include "curlx/warnless.h"
|
||||
#include "cf-h2-proxy.h"
|
||||
|
||||
#define PROXY_H2_CHUNK_SIZE (16 * 1024)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue