소스 검색

common: remove unneeded x86-specific header

liushuyu 4 년 전
부모
커밋
b00df08145
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/common/uint128.h

+ 0 - 1
src/common/uint128.h

@@ -12,7 +12,6 @@
 #pragma intrinsic(_udiv128)
 #else
 #include <cstring>
-#include <x86intrin.h>
 #endif
 
 #include "common/common_types.h"