summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
authorGravatar Jannik Vogel2016-12-05 15:09:14 +0100
committerGravatar Jannik Vogel2016-12-05 19:09:16 +0100
commit0aee903adab317a11209aed4f4cb176cf62ca6d9 (patch)
treeffcc86f66a827a985b530af7bfe25417e7f0870e /src/core/gdbstub/gdbstub.cpp
parentUnify Windows ICON resource name (diff)
downloadyuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar.gz
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar.xz
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.zip
gdbstub: Remove unused include
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
-rw-r--r--src/core/gdbstub/gdbstub.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp
index aa849ab4b..21d941363 100644
--- a/src/core/gdbstub/gdbstub.cpp
+++ b/src/core/gdbstub/gdbstub.cpp
@@ -17,7 +17,6 @@
17#ifdef _WIN32 17#ifdef _WIN32
18#include <winsock2.h> 18#include <winsock2.h>
19// winsock2.h needs to be included first to prevent winsock.h being included by other includes 19// winsock2.h needs to be included first to prevent winsock.h being included by other includes
20#include <common/x64/abi.h>
21#include <io.h> 20#include <io.h>
22#include <iphlpapi.h> 21#include <iphlpapi.h>
23#include <ws2tcpip.h> 22#include <ws2tcpip.h>