summaryrefslogtreecommitdiff
path: root/src/core/network/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/network/sockets.h')
-rw-r--r--src/core/network/sockets.h1
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 @@
8#include <utility> 8#include <utility>
9 9
10#if defined(_WIN32) 10#if defined(_WIN32)
11#include <winsock.h>
12#elif !YUZU_UNIX 11#elif !YUZU_UNIX
13#error "Platform not implemented" 12#error "Platform not implemented"
14#endif 13#endif