summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 01:20:06 -0400
committerGravatar ameerj2022-03-20 02:25:09 -0400
commita367db44cfef5a53f58eef947d75964ce9719a89 (patch)
tree4498ada4976b690c45d983706171b8c7a09bfe8a /src/yuzu_cmd/yuzu.cpp
parentyuzu: Reduce unused includes (diff)
downloadyuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar.gz
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar.xz
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.zip
yuzu_cmd: Reduce unused includes
Diffstat (limited to '')
-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 b44ea0cc4..8198cde16 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"