gdbstub: Remove unused include

This commit is contained in:
Jannik Vogel 2016-12-05 15:09:14 +01:00
parent d2c39bdb29
commit 0aee903ada

View file

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