common: remove unneeded x86-specific header

This commit is contained in:
liushuyu 2022-08-16 15:19:57 -06:00
parent 6f931d49c7
commit b00df08145
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 0 additions and 1 deletions

View File

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