diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-22 12:57:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-23 22:54:38 +0300 |
commit | 670579b8379c1f4fbce6a940652b162cabcd867a (patch) | |
tree | b4b4f29fa45c0e8190e9bf2d5153ee156e1e1c70 /src/joystick.h | |
parent | 62ffd2023d9073e452fe2e2f50cf6b2f11224d6f (diff) | |
download | plus-670579b8379c1f4fbce6a940652b162cabcd867a.tar.gz plus-670579b8379c1f4fbce6a940652b162cabcd867a.tar.bz2 plus-670579b8379c1f4fbce6a940652b162cabcd867a.tar.xz plus-670579b8379c1f4fbce6a940652b162cabcd867a.zip |
Remove useless includes.
Diffstat (limited to 'src/joystick.h')
-rw-r--r-- | src/joystick.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/joystick.h b/src/joystick.h index 4b4c76943..6c8513c50 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -24,9 +24,8 @@ #define JOYSTICK_H #include "inputevent.h" -#include "keydata.h" -#include <SDL.h> +#include <SDL/SDL.h> #include <string> #include <vector> |