diff options
author | Jannik Vogel <email@jannikvogel.de> | 2016-12-05 15:09:14 +0100 |
---|---|---|
committer | Jannik Vogel <email@jannikvogel.de> | 2016-12-05 19:09:16 +0100 |
commit | 0aee903adab317a11209aed4f4cb176cf62ca6d9 (patch) | |
tree | ffcc86f66a827a985b530af7bfe25417e7f0870e /src/core/gdbstub/gdbstub.cpp | |
parent | d2c39bdb295fae07c700975f89e9a06a9ef3f7f2 (diff) |
gdbstub: Remove unused include
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
-rw-r--r-- | src/core/gdbstub/gdbstub.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index aa849ab4b2..21d941363e 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> |