diff options
Diffstat (limited to 'src/yuzu/hotkeys.cpp')
-rw-r--r-- | src/yuzu/hotkeys.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp index 158ed506f..42f026464 100644 --- a/src/yuzu/hotkeys.cpp +++ b/src/yuzu/hotkeys.cpp @@ -6,8 +6,8 @@ #include <QKeySequence> #include <QShortcut> #include <QtGlobal> -#include "citra_qt/hotkeys.h" -#include "citra_qt/ui_settings.h" +#include "yuzu/hotkeys.h" +#include "yuzu/ui_settings.h" struct Hotkey { Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) {} |