mirror of
https://github.com/curl/curl.git
synced 2026-04-20 13:51:14 +03:00
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 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| first.c | ||
| first.h | ||
| h2_pausing.c | ||
| h2_serverpush.c | ||
| h2_upgrade_extreme.c | ||
| hx_download.c | ||
| hx_upload.c | ||
| Makefile.am | ||
| Makefile.inc | ||
| tls_session_reuse.c | ||
| upload_pausing.c | ||
| ws_data.c | ||
| ws_pingpong.c | ||