diff options
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 { |