diff options
Diffstat (limited to 'src/citra_qt/hotkeys.cpp')
-rw-r--r-- | src/citra_qt/hotkeys.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/citra_qt/hotkeys.cpp b/src/citra_qt/hotkeys.cpp index 3e38223ee7..9037f20f28 100644 --- a/src/citra_qt/hotkeys.cpp +++ b/src/citra_qt/hotkeys.cpp @@ -2,13 +2,11 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include "citra_qt/hotkeys.h" #include <map> - #include <QKeySequence> #include <QShortcut> #include <QtGlobal> - -#include "citra_qt/hotkeys.h" #include "citra_qt/ui_settings.h" struct Hotkey { |