diff options
author | german77 <juangerman-13@hotmail.com> | 2021-11-04 19:05:58 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:27 -0600 |
commit | e7eee36d52259321b938c350cb37a3b115953229 (patch) | |
tree | 8ca3f8f69829f6e5e80311ecf7224455c1a11107 /src/yuzu/bootmanager.cpp | |
parent | 690013b342e6d9a9561017b2e94f42acfde25147 (diff) |
service/hid: Remove includes of core.h and settings.h
Diffstat (limited to 'src/yuzu/bootmanager.cpp')
-rw-r--r-- | src/yuzu/bootmanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index 4b3cd9f3e..3c5590a01 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -27,7 +27,6 @@ #include "common/assert.h" #include "common/microprofile.h" -#include "common/param_package.h" #include "common/scm_rev.h" #include "common/scope_exit.h" #include "common/settings.h" |