summaryrefslogtreecommitdiffhomepage
path: root/opentrack/shortcuts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/shortcuts.cpp')
-rw-r--r--opentrack/shortcuts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/shortcuts.cpp b/opentrack/shortcuts.cpp
index 78b56cce..1dd77e4c 100644
--- a/opentrack/shortcuts.cpp
+++ b/opentrack/shortcuts.cpp
@@ -7,11 +7,11 @@
*/
#include "shortcuts.h"
-#include "global-shortcuts.h"
#include <QMutexLocker>
#if defined(_WIN32)
#include <windows.h>
+#include "win32-shortcuts.h"
void KeybindingWorker::set_keys(Key kCenter_, Key kToggle_, Key kZero_)
{