Android: Removed not needed include statement.

This commit is contained in:
Philipp Wiesemann 2015-03-23 20:24:04 +01:00
parent 8a58e12f5f
commit 528e48b980

View File

@ -590,10 +590,6 @@ SDL_ClearQueuedAudio(SDL_AudioDeviceID devid)
}
#if defined(__ANDROID__)
#include <android/log.h>
#endif
/* The general mixing thread function */
int SDLCALL
SDL_RunAudio(void *devicep)