summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.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/inputmanager.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/inputmanager.h')
-rw-r--r--src/input/inputmanager.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/inputmanager.h b/src/input/inputmanager.h
index 8611e19c3..595900303 100644
--- a/src/input/inputmanager.h
+++ b/src/input/inputmanager.h
@@ -27,7 +27,7 @@
#include <string>
#include <map>
-#include <SDL.h>
+#include <SDL_events.h>
const unsigned int KeyFunctionSize = 3;
@@ -39,8 +39,6 @@ const unsigned int KeyFunctionSize = 3;
#undef INPUT_MOUSE
#endif
-struct KeyData;
-
class Setup_Input;
enum KeyTypes