summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-18 23:48:22 -0400
committerGravatar ameerj2022-03-19 02:23:33 -0400
commit8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch)
tree515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/logging/backend.cpp
parentcore: Reduce unused includes (diff)
downloadyuzu-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.cpp2
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