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

common: remove unneeded x86-specific header

liushuyu 3 лет назад
Родитель
Сommit
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"