Removed unnecessary SDL_log.h include.

This commit is contained in:
Ryan C. Gordon
2015-03-25 10:48:59 -04:00
parent 648ac3e582
commit e30892135b

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"