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/joystick.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/joystick.h')
-rw-r--r-- | src/input/joystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/joystick.h b/src/input/joystick.h index 528eb0c94..f5f97cc09 100644 --- a/src/input/joystick.h +++ b/src/input/joystick.h @@ -25,7 +25,7 @@ #include "input/inputevent.h" -#include <SDL.h> +#include <SDL_events.h> #include <string> #include <vector> |