Change #237583
Category | curl |
Changed by | Viktor Szakats <commit | @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
- src/CMakeLists.txt
- src/Makefile.am
- src/terminal.c
- src/tool_cb_dbg.c
- src/tool_cb_hdr.c
- src/tool_cb_prg.c
- src/tool_cb_rea.c
- src/tool_cb_see.c
- src/tool_cb_wrt.c
- src/tool_cfgable.c
- src/tool_dirhie.c
- src/tool_doswin.c
- src/tool_easysrc.c
- src/tool_filetime.c
- src/tool_findfile.c
- src/tool_formparse.c
- src/tool_getparam.c
- src/tool_help.c
- src/tool_helpers.c
- src/tool_ipfs.c
- src/tool_libinfo.c
- src/tool_main.c
- src/tool_msgs.c
- src/tool_operate.c
- src/tool_operhlp.c
- src/tool_paramhlp.c
- src/tool_parsecfg.c
- src/tool_progress.c
- src/tool_setopt.c
- src/tool_setup.h
- src/tool_ssls.c
- src/tool_urlglob.c
- src/tool_util.c
- src/tool_vms.c
- src/tool_writeout.c
- src/tool_writeout_json.c
- src/var.c
- src/var.h
- tests/client/CMakeLists.txt
- tests/client/Makefile.am
- tests/client/first.h
- tests/libtest/CMakeLists.txt
- tests/libtest/Makefile.am
- tests/libtest/first.h
- tests/server/CMakeLists.txt
- tests/server/Makefile.am
- tests/server/first.h
- tests/server/sockfilt.c
- tests/tunit/CMakeLists.txt
- tests/tunit/Makefile.am
- tests/unit/CMakeLists.txt
- tests/unit/Makefile.am
- tests/unit/unit1302.c
- tests/unit/unit1305.c
- tests/unit/unit1323.c
- tests/unit/unit1602.c
- tests/unit/unit1603.c
- tests/unit/unit1616.c
- tests/unit/unit1650.c
- tests/unit/unit1664.c
- tests/unit/unit1979.c
- tests/unit/unit1980.c
- tests/unit/unit2600.c
- tests/unit/unit2602.c