summaryrefslogtreecommitdiffhomepage
path: root/dinput
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-06-22 13:16:59 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-06-26 23:01:53 +0200
commit0f182b791622ad4491c8aabf8edce21a63839bdc (patch)
tree7f166beb01891d32d123969eaca6ad37e9b5ebae /dinput
parent085e99d1fcd7fc8265c69292ff3dbe30167d5b38 (diff)
compat/meta: moved to macros already
Diffstat (limited to 'dinput')
-rw-r--r--dinput/keybinding-worker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp
index adcd9a96..40754b4f 100644
--- a/dinput/keybinding-worker.cpp
+++ b/dinput/keybinding-worker.cpp
@@ -9,7 +9,7 @@
#ifdef _WIN32
#include "keybinding-worker.hpp"
-#include "compat/meta.hpp"
+#include "compat/macros.hpp"
#include <QDebug>
#include <QMutexLocker>