diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-13 12:20:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-13 12:20:19 +0300 |
commit | f0b7627b7d88c1d5bb484961377114b210c8dd53 (patch) | |
tree | a978c3b8eca88759fa71b5fc34112f4bea9bbcec /src/input | |
parent | d9be27bba8941260500066cdd43ebb016356bc67 (diff) | |
download | ManaVerse-f0b7627b7d88c1d5bb484961377114b210c8dd53.tar.gz ManaVerse-f0b7627b7d88c1d5bb484961377114b210c8dd53.tar.bz2 ManaVerse-f0b7627b7d88c1d5bb484961377114b210c8dd53.tar.xz ManaVerse-f0b7627b7d88c1d5bb484961377114b210c8dd53.zip |
Fix code style.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/mouseinput.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/mouseinput.h b/src/input/mouseinput.h index 284116db2..7f89da06c 100644 --- a/src/input/mouseinput.h +++ b/src/input/mouseinput.h @@ -64,8 +64,6 @@ #ifndef INPUT_MOUSEINPUT_H #define INPUT_MOUSEINPUT_H -#include "input/mouseinput.h" - #include "events/mousebutton.h" #include "events/mouseeventtype.h" |