diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 05:23:48 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 20:01:31 +0100 |
commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/x64 | |
parent | video_core: Reduce unused includes (diff) | |
download | yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.bz2 yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.lz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.zst yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip |
Diffstat (limited to 'src/common/x64')
-rw-r--r-- | src/common/x64/cpu_detect.cpp | 1 | ||||
-rw-r--r-- | src/common/x64/native_clock.cpp | 2 | ||||
-rw-r--r-- | src/common/x64/native_clock.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/common/x64/cpu_detect.cpp b/src/common/x64/cpu_detect.cpp index d81edb140..f5296b32a 100644 --- a/src/common/x64/cpu_detect.cpp +++ b/src/common/x64/cpu_detect.cpp @@ -4,7 +4,6 @@ #include <array> #include <cstring> #include <iterator> -#include <span> #include <string_view> #include "common/bit_util.h" #include "common/common_types.h" diff --git a/src/common/x64/native_clock.cpp b/src/common/x64/native_clock.cpp index 91b842829..347e41efc 100644 --- a/src/common/x64/native_clock.cpp +++ b/src/common/x64/native_clock.cpp @@ -4,8 +4,6 @@ #include <array> #include <chrono> -#include <limits> -#include <mutex> #include <thread> #include "common/atomic_ops.h" diff --git a/src/common/x64/native_clock.h b/src/common/x64/native_clock.h index 7cbd400d2..2c3082ea0 100644 --- a/src/common/x64/native_clock.h +++ b/src/common/x64/native_clock.h @@ -4,8 +4,6 @@ #pragma once -#include <optional> - #include "common/wall_clock.h" namespace Common { |