summaryrefslogtreecommitdiff
path: root/src/input/keyevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-12 18:20:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-12 18:20:20 +0300
commit1b9eb054bb62c3cbac18ed677dfc0ac3eff5c92c (patch)
tree94d0450c40a22c2fe1765102803a0738667a92ba /src/input/keyevent.h
parent5723ab9b763ac4113f1f46e129c089767d22639e (diff)
downloadplus-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.h5
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
{