From 6a23c9a640cc0519dc375152a427ee22a7686ce5 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Fri, 11 Sep 2015 15:53:17 -0400 Subject: [PATCH] Cleanup imports for PFAuthenticationProvider. --- Parse/Internal/ParseInternal.h | 1 - .../Controller/PFUserAuthenticationController.h | 3 +-- Parse/Internal/User/PFUserPrivate.h | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Parse/Internal/ParseInternal.h b/Parse/Internal/ParseInternal.h index 6a9338e2c..58e17fcf7 100644 --- a/Parse/Internal/ParseInternal.h +++ b/Parse/Internal/ParseInternal.h @@ -12,7 +12,6 @@ # import #import "PFAssert.h" -#import "PFAuthenticationProvider.h" #import "PFCommandCache.h" #import "PFEventuallyQueue.h" #import "PFFieldOperation.h" diff --git a/Parse/Internal/User/AuthenticationProviders/Controller/PFUserAuthenticationController.h b/Parse/Internal/User/AuthenticationProviders/Controller/PFUserAuthenticationController.h index 467e6c3ad..0f9465e6a 100644 --- a/Parse/Internal/User/AuthenticationProviders/Controller/PFUserAuthenticationController.h +++ b/Parse/Internal/User/AuthenticationProviders/Controller/PFUserAuthenticationController.h @@ -10,8 +10,7 @@ #import #import - -#import "PFAuthenticationProvider.h" +#import NS_ASSUME_NONNULL_BEGIN diff --git a/Parse/Internal/User/PFUserPrivate.h b/Parse/Internal/User/PFUserPrivate.h index 3be8285e1..8b811f052 100644 --- a/Parse/Internal/User/PFUserPrivate.h +++ b/Parse/Internal/User/PFUserPrivate.h @@ -11,8 +11,6 @@ #import -#import "PFAuthenticationProvider.h" - extern NSString *const PFUserCurrentUserFileName; extern NSString *const PFUserCurrentUserPinName; extern NSString *const PFUserCurrentUserKeychainItemName;