summaryrefslogtreecommitdiff
path: root/src/core/network
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-18 23:44:24 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 02:23:32 -0400
commitade596121bc834502c63cdedcd8f68a1f490599d (patch)
tree9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/network
parent8c8b5359f291fd78d5e3028c4287daf7230227e7 (diff)
core: Reduce unused includes
Diffstat (limited to 'src/core/network')
-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 @@
#include <utility>
#if defined(_WIN32)
-#include <winsock.h>
#elif !YUZU_UNIX
#error "Platform not implemented"
#endif