summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2022-03-21 18:03:54 -0700
committerGravatar GitHub2022-03-21 18:03:54 -0700
commit82ac66f8a47f32ac530bcacbe375a52ccdc455c7 (patch)
tree5ea8479db76c8282b9b41142c6912080c17414e8 /src/yuzu_cmd/yuzu.cpp
parentMerge pull request #7812 from FernandoS27/made-straight-from-the-nut (diff)
parentgeneral: Fix clang/gcc build errors (diff)
downloadyuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.tar.gz
yuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.tar.xz
yuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.zip
Merge pull request #8048 from ameerj/include-purge
general: Reduce unused includes across the project
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-rw-r--r--src/yuzu_cmd/yuzu.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp
index f6d563017..14bf82f39 100644
--- a/src/yuzu_cmd/yuzu.cpp
+++ b/src/yuzu_cmd/yuzu.cpp
@@ -11,11 +11,7 @@
11#include <fmt/ostream.h> 11#include <fmt/ostream.h>
12 12
13#include "common/detached_tasks.h" 13#include "common/detached_tasks.h"
14#include "common/fs/fs.h"
15#include "common/fs/fs_paths.h"
16#include "common/fs/path_util.h"
17#include "common/logging/backend.h" 14#include "common/logging/backend.h"
18#include "common/logging/filter.h"
19#include "common/logging/log.h" 15#include "common/logging/log.h"
20#include "common/microprofile.h" 16#include "common/microprofile.h"
21#include "common/nvidia_flags.h" 17#include "common/nvidia_flags.h"