coreaudio: Remove unnecessary include of CoreServices.h
parent
79221e85a0
commit
1b8dee7caf
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
#if MACOSX_COREAUDIO
|
#if MACOSX_COREAUDIO
|
||||||
#include <CoreAudio/CoreAudio.h>
|
#include <CoreAudio/CoreAudio.h>
|
||||||
#include <CoreServices/CoreServices.h>
|
|
||||||
#else
|
#else
|
||||||
#import <AVFoundation/AVFoundation.h>
|
#import <AVFoundation/AVFoundation.h>
|
||||||
#import <UIKit/UIApplication.h>
|
#import <UIKit/UIApplication.h>
|
||||||
|
|
Loading…
Reference in New Issue