diff options
| author | 2019-04-09 19:37:06 -0400 | |
|---|---|---|
| committer | 2019-04-09 19:37:08 -0400 | |
| commit | 8c05dfaa61adfc8ac0acd691cd569e3f1f021a2a (patch) | |
| tree | 491223a119a4b644d8e7204c2db99643371d28c6 | |
| parent | configure_hotkey: Make IsUsedKey() a const member function (diff) | |
| download | yuzu-8c05dfaa61adfc8ac0acd691cd569e3f1f021a2a.tar.gz yuzu-8c05dfaa61adfc8ac0acd691cd569e3f1f021a2a.tar.xz yuzu-8c05dfaa61adfc8ac0acd691cd569e3f1f021a2a.zip | |
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.
| -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 @@ | |||
| 6 | 6 | ||
| 7 | #include <memory> | 7 | #include <memory> |
| 8 | #include <QWidget> | 8 | #include <QWidget> |
| 9 | #include "core/settings.h" | ||
| 10 | 9 | ||
| 11 | namespace Ui { | 10 | namespace Ui { |
| 12 | class ConfigureHotkeys; | 11 | class ConfigureHotkeys; |