Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #237583

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Mon 23 Jun 2025 17:02:43
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 1a70977a83c30d58282ec75a1b2352e775209074

Comments

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

Changed files