Commit 528e48b980defa51378dd720485fdcb3e259db07

Philipp Wiesemann 2015-03-23T20:24:04

Android: Removed not needed include statement.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/audio/SDL_audio.c b/src/audio/SDL_audio.c
index 603a2ad..dfc55fa 100644
--- a/src/audio/SDL_audio.c
+++ b/src/audio/SDL_audio.c
@@ -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)