summaryrefslogtreecommitdiffstats
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-12-05 15:09:14 +0100
committerJannik Vogel <email@jannikvogel.de>2016-12-05 19:09:16 +0100
commit0aee903adab317a11209aed4f4cb176cf62ca6d9 (patch)
treeffcc86f66a827a985b530af7bfe25417e7f0870e /src/core/gdbstub/gdbstub.cpp
parentUnify Windows ICON resource name (diff)
downloadyuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar.gz
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar.bz2
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar.lz
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar.xz
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.tar.zst
yuzu-0aee903adab317a11209aed4f4cb176cf62ca6d9.zip
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 @@
#ifdef _WIN32
#include <winsock2.h>
// winsock2.h needs to be included first to prevent winsock.h being included by other includes
-#include <common/x64/abi.h>
#include <io.h>
#include <iphlpapi.h>
#include <ws2tcpip.h>