diff options
| author | 2022-03-19 00:23:48 -0400 | |
|---|---|---|
| committer | 2022-03-19 15:01:31 -0400 | |
| commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
| tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/x64 | |
| parent | video_core: Reduce unused includes (diff) | |
| download | yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip | |
common: Reduce unused includes
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 @@ | |||
| 4 | #include <array> | 4 | #include <array> |
| 5 | #include <cstring> | 5 | #include <cstring> |
| 6 | #include <iterator> | 6 | #include <iterator> |
| 7 | #include <span> | ||
| 8 | #include <string_view> | 7 | #include <string_view> |
| 9 | #include "common/bit_util.h" | 8 | #include "common/bit_util.h" |
| 10 | #include "common/common_types.h" | 9 | #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 @@ | |||
| 4 | 4 | ||
| 5 | #include <array> | 5 | #include <array> |
| 6 | #include <chrono> | 6 | #include <chrono> |
| 7 | #include <limits> | ||
| 8 | #include <mutex> | ||
| 9 | #include <thread> | 7 | #include <thread> |
| 10 | 8 | ||
| 11 | #include "common/atomic_ops.h" | 9 | #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 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <optional> | ||
| 8 | |||
| 9 | #include "common/wall_clock.h" | 7 | #include "common/wall_clock.h" |
| 10 | 8 | ||
| 11 | namespace Common { | 9 | namespace Common { |