Skip to content

Commit 6a23c9a

Browse files
committed
Cleanup imports for PFAuthenticationProvider.
1 parent d6df540 commit 6a23c9a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Parse/Internal/ParseInternal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# import <Parse/Parse.h>
1313

1414
#import "PFAssert.h"
15-
#import "PFAuthenticationProvider.h"
1615
#import "PFCommandCache.h"
1716
#import "PFEventuallyQueue.h"
1817
#import "PFFieldOperation.h"

Parse/Internal/User/AuthenticationProviders/Controller/PFUserAuthenticationController.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
#import <Foundation/Foundation.h>
1111

1212
#import <Parse/PFConstants.h>
13-
14-
#import "PFAuthenticationProvider.h"
13+
#import <Parse/PFAuthenticationProvider.h>
1514

1615
NS_ASSUME_NONNULL_BEGIN
1716

Parse/Internal/User/PFUserPrivate.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
#import <Parse/PFUser.h>
1313

14-
#import "PFAuthenticationProvider.h"
15-
1614
extern NSString *const PFUserCurrentUserFileName;
1715
extern NSString *const PFUserCurrentUserPinName;
1816
extern NSString *const PFUserCurrentUserKeychainItemName;

0 commit comments

Comments
 (0)