diff options
author | Lioncash <mathew1800@gmail.com> | 2019-04-09 19:37:06 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-09 19:37:08 -0400 |
commit | 8c05dfaa61adfc8ac0acd691cd569e3f1f021a2a (patch) | |
tree | 491223a119a4b644d8e7204c2db99643371d28c6 /src | |
parent | e28a5b0d18be203fc4fcb8688a13a74c24fcb9c2 (diff) |
configure_hotkey: Remove unnecessary include
Avoids dumping all of the core settings machinery into whatever files
include this header. Nothing inside the header itself actually made use
of anything in settings.h anyways.
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/configure_hotkeys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_hotkeys.h b/src/yuzu/configuration/configure_hotkeys.h index e3766df55..73fb8a175 100644 --- a/src/yuzu/configuration/configure_hotkeys.h +++ b/src/yuzu/configuration/configure_hotkeys.h @@ -6,7 +6,6 @@ #include <memory> #include <QWidget> -#include "core/settings.h" namespace Ui { class ConfigureHotkeys; |