diff options
| author | 2022-03-21 18:03:54 -0700 | |
|---|---|---|
| committer | 2022-03-21 18:03:54 -0700 | |
| commit | 82ac66f8a47f32ac530bcacbe375a52ccdc455c7 (patch) | |
| tree | 5ea8479db76c8282b9b41142c6912080c17414e8 /src/yuzu_cmd/config.cpp | |
| parent | Merge pull request #7812 from FernandoS27/made-straight-from-the-nut (diff) | |
| parent | general: Fix clang/gcc build errors (diff) | |
| download | yuzu-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/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 131bc2201..fc16f0f0c 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include "common/fs/fs.h" | 21 | #include "common/fs/fs.h" |
| 22 | #include "common/fs/path_util.h" | 22 | #include "common/fs/path_util.h" |
| 23 | #include "common/logging/log.h" | 23 | #include "common/logging/log.h" |
| 24 | #include "common/param_package.h" | ||
| 25 | #include "common/settings.h" | 24 | #include "common/settings.h" |
| 26 | #include "core/hle/service/acc/profile_manager.h" | 25 | #include "core/hle/service/acc/profile_manager.h" |
| 27 | #include "input_common/main.h" | 26 | #include "input_common/main.h" |