diff options
| author | 2022-03-18 23:48:22 -0400 | |
|---|---|---|
| committer | 2022-03-19 02:23:33 -0400 | |
| commit | 8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch) | |
| tree | 515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/logging/backend.cpp | |
| parent | core: Reduce unused includes (diff) | |
| download | yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.gz yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.xz yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.zip | |
common: Reduce unused includes
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 4a2462ec4..b3793106d 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -5,10 +5,8 @@ | |||
| 5 | #include <atomic> | 5 | #include <atomic> |
| 6 | #include <chrono> | 6 | #include <chrono> |
| 7 | #include <climits> | 7 | #include <climits> |
| 8 | #include <exception> | ||
| 9 | #include <stop_token> | 8 | #include <stop_token> |
| 10 | #include <thread> | 9 | #include <thread> |
| 11 | #include <vector> | ||
| 12 | 10 | ||
| 13 | #include <fmt/format.h> | 11 | #include <fmt/format.h> |
| 14 | 12 | ||