Browse Source

Removed unnecessary SDL_log.h include.

Ryan C. Gordon 10 years ago
parent
commit
83a44680cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/video/android/SDL_androidmouse.c

+ 0 - 1
src/video/android/SDL_androidmouse.c

@@ -24,7 +24,6 @@
 #if SDL_VIDEO_DRIVER_ANDROID
 
 #include "SDL_androidmouse.h"
-#include "SDL_log.h"
 
 #include "SDL_events.h"
 #include "../../events/SDL_mouse_c.h"