summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
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>