Change #255190
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 14 Jan 2026 00:55:05 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 7d9004ee478878a494eb11776a53e9a58d08a8ef |
Comments
build: drop duplicate C includes - `stdlib.h` and `string.h` is included via `curl_setup_once.h`, allowing to drop from `tests/server` sources and `tool_doswin.c`. - `stdlib.h` is also included via `setup-vms.h` (earlier than above), allowing to drop it from `curl_addrinfo.h` on VMS. Closes #20303
Changed files
- lib/curl_addrinfo.h
- src/tool_doswin.c
- tests/server/first.c
- tests/server/mqttd.c
- tests/server/socksd.c