diff options
Diffstat (limited to 'src/core/gdbstub')
-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 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> |