diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 01:20:06 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-20 02:25:09 -0400 |
commit | a367db44cfef5a53f58eef947d75964ce9719a89 (patch) | |
tree | 4498ada4976b690c45d983706171b8c7a09bfe8a /src/yuzu_cmd/config.cpp | |
parent | 936829e8739a1435ec73702ee58c8ff16c94788a (diff) |
yuzu_cmd: Reduce unused includes
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 b74411c84f..f93b76a4f7 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp @@ -20,7 +20,6 @@ #include "common/fs/fs.h" #include "common/fs/path_util.h" #include "common/logging/log.h" -#include "common/param_package.h" #include "common/settings.h" #include "core/hle/service/acc/profile_manager.h" #include "input_common/main.h" |