coreaudio: Remove unnecessary include of CoreServices.h

Ryan C. Gordon 2020-10-31 11:32:40 -04:00
parent 79221e85a0
commit 1b8dee7caf
1 changed files with 0 additions and 1 deletions

View File

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