summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar liushuyu2022-08-16 15:19:57 -0600
committerGravatar liushuyu2022-08-16 15:19:57 -0600
commitb00df08145ed96116b39ee0cbe91d821d618b4d4 (patch)
tree7f7da1801929a274eeb1dd36ce50b4c89966ee9c /src
parentMerge pull request #8685 from FearlessTobi/multiplayer-part2 (diff)
downloadyuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar.gz
yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar.xz
yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.zip
common: remove unneeded x86-specific header
Diffstat (limited to 'src')
-rw-r--r--src/common/uint128.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/uint128.h b/src/common/uint128.h
index f890ffec2..f450a6db9 100644
--- a/src/common/uint128.h
+++ b/src/common/uint128.h
@@ -12,7 +12,6 @@
12#pragma intrinsic(_udiv128) 12#pragma intrinsic(_udiv128)
13#else 13#else
14#include <cstring> 14#include <cstring>
15#include <x86intrin.h>
16#endif 15#endif
17 16
18#include "common/common_types.h" 17#include "common/common_types.h"