diff options
Diffstat (limited to 'src/citra_qt/hotkeys.cpp')
| -rw-r--r-- | src/citra_qt/hotkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/hotkeys.cpp b/src/citra_qt/hotkeys.cpp index 5ed6cf0b1..ed6b12fc4 100644 --- a/src/citra_qt/hotkeys.cpp +++ b/src/citra_qt/hotkeys.cpp | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | #include <QSettings> | 8 | #include <QSettings> |
| 9 | #include <QShortcut> | 9 | #include <QShortcut> |
| 10 | 10 | ||
| 11 | #include "hotkeys.h" | 11 | #include "citra_qt/hotkeys.h" |
| 12 | 12 | ||
| 13 | struct Hotkey | 13 | struct Hotkey |
| 14 | { | 14 | { |