diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-12-29 06:11:51 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-12-29 06:11:51 +0100 |
commit | 7b4d9859006ac8de87d70edd18278b3b9dfa065a (patch) | |
tree | e1f570c222b8c5f18e45324c8ece17839beb3758 /dinput | |
parent | b8e7865a017363e9d3876539936a6f73310a99d9 (diff) |
fix std::hash<QString>
Fixes #1015
Diffstat (limited to 'dinput')
-rw-r--r-- | dinput/win32-joystick.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dinput/win32-joystick.hpp b/dinput/win32-joystick.hpp index 3aa6f315..82590db6 100644 --- a/dinput/win32-joystick.hpp +++ b/dinput/win32-joystick.hpp @@ -9,7 +9,6 @@ #include "dinput.hpp" #include "compat/timer.hpp" -#include "compat/qhash.hpp" #include "export.hpp" #include <memory> |