Removing #imports for CoreServices

This commit is contained in:
Mattt Thompson 2012-09-25 12:20:08 -07:00
parent d67e8a6bd6
commit bec09ed3a3
2 changed files with 1 additions and 6 deletions

View file

@ -27,12 +27,6 @@
#import <Availability.h>
#if __IPHONE_OS_VERSION_MIN_REQUIRED
#import <MobileCoreServices/MobileCoreServices.h>
#else
#import <CoreServices/CoreServices.h>
#endif
#ifdef _SYSTEMCONFIGURATION_H
#import <SystemConfiguration/SystemConfiguration.h>
#import <netinet/in.h>

View file

@ -9,6 +9,7 @@
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
#endif
#else
#ifdef __OBJC__