mirror of https://github.com/encounter/SDL.git
Android: Removed not needed include statement.
This commit is contained in:
parent
8a58e12f5f
commit
528e48b980
|
@ -590,10 +590,6 @@ SDL_ClearQueuedAudio(SDL_AudioDeviceID devid)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if defined(__ANDROID__)
|
|
||||||
#include <android/log.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* The general mixing thread function */
|
/* The general mixing thread function */
|
||||||
int SDLCALL
|
int SDLCALL
|
||||||
SDL_RunAudio(void *devicep)
|
SDL_RunAudio(void *devicep)
|
||||||
|
|
Loading…
Reference in New Issue