diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-12 18:20:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-12 18:20:20 +0300 |
commit | 1b9eb054bb62c3cbac18ed677dfc0ac3eff5c92c (patch) | |
tree | 94d0450c40a22c2fe1765102803a0738667a92ba /src/input/keyevent.h | |
parent | 5723ab9b763ac4113f1f46e129c089767d22639e (diff) | |
download | plus-1b9eb054bb62c3cbac18ed677dfc0ac3eff5c92c.tar.gz plus-1b9eb054bb62c3cbac18ed677dfc0ac3eff5c92c.tar.bz2 plus-1b9eb054bb62c3cbac18ed677dfc0ac3eff5c92c.tar.xz plus-1b9eb054bb62c3cbac18ed677dfc0ac3eff5c92c.zip |
remove unused includes from input files.
Diffstat (limited to 'src/input/keyevent.h')
-rw-r--r-- | src/input/keyevent.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/input/keyevent.h b/src/input/keyevent.h index 24623bda4..cb96f45c9 100644 --- a/src/input/keyevent.h +++ b/src/input/keyevent.h @@ -21,13 +21,8 @@ #ifndef INPUT_KEYEVENT_H #define INPUT_KEYEVENT_H -#include "input/keydata.h" - #include <guichan/key.hpp> #include <guichan/keyevent.hpp> -#include <guichan/widget.hpp> - -#include <string> class KeyEvent final : public gcn::KeyEvent { |