diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-12 15:43:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-12 15:44:19 +0300 |
commit | f8fa10233df6c27c70c4a4875b202068654e825a (patch) | |
tree | b42bba419a3fbb5cbd892aba1185383f2790ea8d /src/input/keyinput.h | |
parent | 1939f5fa61fe071ff8e1e4ab0301c6f821c0de8a (diff) | |
download | plus-f8fa10233df6c27c70c4a4875b202068654e825a.tar.gz plus-f8fa10233df6c27c70c4a4875b202068654e825a.tar.bz2 plus-f8fa10233df6c27c70c4a4875b202068654e825a.tar.xz plus-f8fa10233df6c27c70c4a4875b202068654e825a.zip |
Move keyeventtype.h into enum directory.
Diffstat (limited to 'src/input/keyinput.h')
-rw-r--r-- | src/input/keyinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/keyinput.h b/src/input/keyinput.h index d80001c33..775ef98dd 100644 --- a/src/input/keyinput.h +++ b/src/input/keyinput.h @@ -64,7 +64,7 @@ #ifndef INPUT_KEYINPUT_H #define INPUT_KEYINPUT_H -#include "events/keyeventtype.h" +#include "enums/events/keyeventtype.h" #include "input/key.h" |