diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 17:08:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 17:08:13 +0200 |
commit | e4c22ada2f508a39976fa6333dbf79dffccb5666 (patch) | |
tree | 5cafd121c950fbda79fd9b6a733a7d58794b63d5 /opentrack-dinput/keybinding-worker.hpp | |
parent | 28ab0947c7fbf4224ece0d902be9f946807015d8 (diff) |
dinput, logic: add copyright, remove unused headers
Diffstat (limited to 'opentrack-dinput/keybinding-worker.hpp')
-rw-r--r-- | opentrack-dinput/keybinding-worker.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/opentrack-dinput/keybinding-worker.hpp b/opentrack-dinput/keybinding-worker.hpp index 439d2066..c0d61c2f 100644 --- a/opentrack-dinput/keybinding-worker.hpp +++ b/opentrack-dinput/keybinding-worker.hpp @@ -20,11 +20,6 @@ #include <functional> #include <vector> -#undef DIRECTINPUT_VERSION -#define DIRECTINPUT_VERSION 0x0800 -#include <windows.h> -#include <dinput.h> - struct OPENTRACK_DINPUT_EXPORT Key { BYTE keycode; |