Explorar el Código

coreaudio: Remove unnecessary include of CoreServices.h

Ryan C. Gordon hace 5 años
padre
commit
1b8dee7caf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/audio/coreaudio/SDL_coreaudio.h

+ 0 - 1
src/audio/coreaudio/SDL_coreaudio.h

@@ -31,7 +31,6 @@
 
 #if MACOSX_COREAUDIO
 #include <CoreAudio/CoreAudio.h>
-#include <CoreServices/CoreServices.h>
 #else
 #import <AVFoundation/AVFoundation.h>
 #import <UIKit/UIApplication.h>