Просмотр исходного кода

gdbstub: Remove unused include

Jannik Vogel 9 лет назад
Родитель
Сommit
0aee903ada
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/core/gdbstub/gdbstub.cpp

+ 0 - 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>