ソースを参照

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"