From bec09ed3a351a0afe36d702d84a1ec5067763f10 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Tue, 25 Sep 2012 12:20:08 -0700 Subject: [PATCH] Removing #imports for CoreServices --- AFNetworking/AFHTTPClient.m | 6 ------ Example/Prefix.pch | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/AFNetworking/AFHTTPClient.m b/AFNetworking/AFHTTPClient.m index c27e878..980887e 100755 --- a/AFNetworking/AFHTTPClient.m +++ b/AFNetworking/AFHTTPClient.m @@ -27,12 +27,6 @@ #import -#if __IPHONE_OS_VERSION_MIN_REQUIRED -#import -#else -#import -#endif - #ifdef _SYSTEMCONFIGURATION_H #import #import diff --git a/Example/Prefix.pch b/Example/Prefix.pch index 05abd7a..1422d22 100644 --- a/Example/Prefix.pch +++ b/Example/Prefix.pch @@ -9,6 +9,7 @@ #import #import #import + #import #endif #else #ifdef __OBJC__