author | Ryan C. Gordon |
Sat, 31 Oct 2020 11:32:40 -0400 | |
changeset 14210 | 2b1cce20e59b |
parent 14209 | 467540bb2114 |
child 14211 | 8154a0efa84f |
1.1 --- a/src/audio/coreaudio/SDL_coreaudio.h Thu Oct 29 20:00:20 2020 +0300 1.2 +++ b/src/audio/coreaudio/SDL_coreaudio.h Sat Oct 31 11:32:40 2020 -0400 1.3 @@ -31,7 +31,6 @@ 1.4 1.5 #if MACOSX_COREAUDIO 1.6 #include <CoreAudio/CoreAudio.h> 1.7 -#include <CoreServices/CoreServices.h> 1.8 #else 1.9 #import <AVFoundation/AVFoundation.h> 1.10 #import <UIKit/UIApplication.h>