mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
build: drop explicit curlx from hdr paths, refer headers with curlx/ prefix
To make all src and test code refer to curlx headers the same way. Also: - src: move `curlx.h` include to `tool_setup.h`. - src/tool_setup.h: drop stray `curlx/timeval.h`. - servers: de-duplicate `curlx.h` and `curl_setup.h` includes. - libtests, units: drop stray curlx sub-headers in favor of `<curlx/curlx.h>`. - tests: include `curlx.h` with `<>` instead of `""`. To match other parts of the codebase. Closes #17680
This commit is contained in:
parent
63011ac638
commit
1a70977a83
64 changed files with 26 additions and 90 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#include "tool_operate.h"
|
||||
#include "tool_progress.h"
|
||||
#include "tool_util.h"
|
||||
#include <curlx.h>
|
||||
|
||||
/* The point of this function would be to return a string of the input data,
|
||||
but never longer than 5 columns (+ one zero byte).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue