Removed unnecessary SDL_log.h include.

This commit is contained in:
Ryan C. Gordon 2015-03-25 10:48:59 -04:00
parent ca7b18e43f
commit 83a44680cb

View File

@ -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"