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:
Viktor Szakats 2025-06-20 09:20:45 +02:00
parent 63011ac638
commit 1a70977a83
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
64 changed files with 26 additions and 90 deletions

View file

@ -23,8 +23,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curlx.h>
#include "tool_cfgable.h"
#include "tool_msgs.h"
#include "tool_getparam.h"