2
0
mirror of https://github.com/curl/curl.git synced 2025-03-19 15:40:42 +08:00
Viktor Szakats 03e7dff8ff
windows: delete redundant headers
`winsock2.h` pulls in `windows.h`. `ws2tcpip.h` pulls in `winsock2.h`.
`winsock2.h` and `ws2tcpip.h` are also pulled by `curl/curl.h`.

Keep only those headers that are not already included, or the code under
it uses something from that specific header.

Closes 
2023-12-18 14:56:57 +00:00
..
2023-05-23 10:42:09 +02:00
2023-08-31 23:02:10 +00:00