summaryrefslogtreecommitdiff
path: root/src/common/uint128.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/uint128.h')
-rw-r--r--src/common/uint128.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/common/uint128.h b/src/common/uint128.h
index 4780b2f9d..f450a6db9 100644
--- a/src/common/uint128.h
+++ b/src/common/uint128.h
@@ -1,10 +1,8 @@
-// Copyright 2019 yuzu Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include <cstring>
#include <utility>
#ifdef _MSC_VER
@@ -13,7 +11,7 @@
#pragma intrinsic(_umul128)
#pragma intrinsic(_udiv128)
#else
-#include <x86intrin.h>
+#include <cstring>
#endif
#include "common/common_types.h"