소스 검색

gdbstub: Remove unused include

Jannik Vogel 9 년 전
부모
커밋
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>