diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 01:16:04 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-20 02:25:09 -0400 |
commit | 936829e8739a1435ec73702ee58c8ff16c94788a (patch) | |
tree | 00ec94c7982248b05697634afbfa960f38911fc2 /src/yuzu/applets/qt_web_browser.cpp | |
parent | 9b505758dc078832c8ad182f7a9608d8bb83145c (diff) |
yuzu: Reduce unused includes
Diffstat (limited to 'src/yuzu/applets/qt_web_browser.cpp')
-rw-r--r-- | src/yuzu/applets/qt_web_browser.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/yuzu/applets/qt_web_browser.cpp b/src/yuzu/applets/qt_web_browser.cpp index cb3c5d826..398d8f0b6 100644 --- a/src/yuzu/applets/qt_web_browser.cpp +++ b/src/yuzu/applets/qt_web_browser.cpp @@ -14,14 +14,9 @@ #endif #include "common/fs/path_util.h" -#include "common/param_package.h" #include "core/core.h" -#include "core/hid/hid_types.h" -#include "core/hid/input_interpreter.h" #include "input_common/drivers/keyboard.h" -#include "input_common/main.h" #include "yuzu/applets/qt_web_browser.h" -#include "yuzu/applets/qt_web_browser_scripts.h" #include "yuzu/main.h" #include "yuzu/util/url_request_interceptor.h" |