瀏覽代碼

Android: Removed not needed include statement.

Philipp Wiesemann 10 年之前
父節點
當前提交
528e48b980
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/audio/SDL_audio.c

+ 0 - 4
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 */
 /* The general mixing thread function */
 int SDLCALL
 int SDLCALL
 SDL_RunAudio(void *devicep)
 SDL_RunAudio(void *devicep)