Skip to content

Commit

Permalink
Removed unused hint includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 8, 2017
1 parent 9288983 commit 871d43a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/joystick/emscripten/SDL_sysjoystick.c
Expand Up @@ -28,7 +28,6 @@
#include "SDL_events.h"

#include "SDL_joystick.h"
#include "SDL_hints.h"
#include "SDL_assert.h"
#include "SDL_timer.h"
#include "SDL_log.h"
Expand Down
1 change: 0 additions & 1 deletion src/joystick/windows/SDL_windowsjoystick.c
Expand Up @@ -37,7 +37,6 @@
#include "SDL_events.h"
#include "SDL_timer.h"
#include "SDL_mutex.h"
#include "SDL_hints.h"
#include "SDL_joystick.h"
#include "../SDL_sysjoystick.h"
#include "../../thread/SDL_systhread.h"
Expand Down

0 comments on commit 871d43a

Please sign in to comment.