Przeglądaj źródła

common: remove unneeded x86-specific header

liushuyu 4 lat temu
rodzic
commit
b00df08145
1 zmienionych plików z 0 dodań i 1 usunięć
  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"