Browse Source

gdbstub: Remove unused include

pull/15/merge
Jannik Vogel 9 years ago
parent
commit
0aee903ada
  1. 1
      src/core/gdbstub/gdbstub.cpp

1
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>

Loading…
Cancel
Save