Removed unused hint includes.
1.1 --- a/src/joystick/emscripten/SDL_sysjoystick.c Tue Jun 06 14:06:40 2017 -0400
1.2 +++ b/src/joystick/emscripten/SDL_sysjoystick.c Thu Jun 08 22:40:09 2017 +0200
1.3 @@ -28,7 +28,6 @@
1.4 #include "SDL_events.h"
1.5
1.6 #include "SDL_joystick.h"
1.7 -#include "SDL_hints.h"
1.8 #include "SDL_assert.h"
1.9 #include "SDL_timer.h"
1.10 #include "SDL_log.h"
2.1 --- a/src/joystick/windows/SDL_windowsjoystick.c Tue Jun 06 14:06:40 2017 -0400
2.2 +++ b/src/joystick/windows/SDL_windowsjoystick.c Thu Jun 08 22:40:09 2017 +0200
2.3 @@ -37,7 +37,6 @@
2.4 #include "SDL_events.h"
2.5 #include "SDL_timer.h"
2.6 #include "SDL_mutex.h"
2.7 -#include "SDL_hints.h"
2.8 #include "SDL_joystick.h"
2.9 #include "../SDL_sysjoystick.h"
2.10 #include "../../thread/SDL_systhread.h"