summaryrefslogtreecommitdiff
path: root/src/input/keyinput.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/keyinput.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/keyinput.h')
-rw-r--r--src/input/keyinput.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input/keyinput.h b/src/input/keyinput.h
index 590995e2c..9d744f01c 100644
--- a/src/input/keyinput.h
+++ b/src/input/keyinput.h
@@ -21,12 +21,8 @@
#ifndef INPUT_KEYINPUT_H
#define INPUT_KEYINPUT_H
-#include "input/keydata.h"
-
#include <guichan/keyinput.hpp>
-#include <string>
-
class KeyInput final : public gcn::KeyInput
{
public: