Remove inclusion of winsock2.h
authorCharles Giessen <charles@lunarg.com>
Sat, 3 Jun 2023 22:17:52 +0000 (16:17 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Sun, 4 Jun 2023 05:28:40 +0000 (23:28 -0600)
The header is unused and causes compilation issues due to the header needing
to be included before windows.h

loader/vk_loader_platform.h

index 50266bd715f090bb985b9ab61b2c9b3139398040..05d1a91d8c617b1358e5af976893e992c8873fb2 100644 (file)
 #include <sys/select.h>
 #endif
 
-#if defined(_WIN32)
-// WinSock2.h must be included *BEFORE* windows.h
-#include <winsock2.h>
-#endif  // _WIN32
-
 #include <assert.h>
 #include <string.h>
 #include <stdbool.h>