1
0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2024-09-15 00:45:33 +00:00

gdbstub: Remove unused include

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

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