diff options
Diffstat (limited to 'src/core/network')
-rw-r--r-- | src/core/network/sockets.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/network/sockets.h b/src/core/network/sockets.h index a44393325..5e39e7c54 100644 --- a/src/core/network/sockets.h +++ b/src/core/network/sockets.h @@ -8,7 +8,6 @@ #include <utility> #if defined(_WIN32) -#include <winsock.h> #elif !YUZU_UNIX #error "Platform not implemented" #endif |