Skip to content

Commit aa68bf9

Browse files
committed
#import <Parse/SomeHeader.h> --> #import SomeHeader.h
1 parent 61bd28b commit aa68bf9

File tree

111 files changed

+196
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+196
-196
lines changed

Parse/Source/Internal/ACL/DefaultACLController/PFDefaultACLController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313

1414
#import "../../PFCoreDataProvider.h"
1515

Parse/Source/Internal/ACL/PFACLPrivate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFACL.h>
12+
#import "PFACL.h"
1313

1414
@class PFUser;
1515

Parse/Source/Internal/Analytics/Controller/PFAnalyticsController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313

1414
#import "../../PFDataProvider.h"
1515
#import "../../PFMacros.h"

Parse/Source/Internal/Analytics/PFAnalytics_Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*/
99

10-
#import <Parse/PFAnalytics.h>
10+
#import "PFAnalytics.h"
1111

1212
/**
1313
Predefined events - AppOpened, CrashReport

Parse/Source/Internal/CloudCode/PFCloudCodeController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313
#import "../PFDataProvider.h"
1414

1515
@class BFTask<__covariant BFGenericType>;

Parse/Source/Internal/Commands/CommandRunner/PFCommandRunning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313

1414
#import "../../PFDataProvider.h"
1515

Parse/Source/Internal/Commands/CommandRunner/URLRequestConstructor/PFCommandURLRequestConstructor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313

1414
#import "../../../PFDataProvider.h"
1515

Parse/Source/Internal/Commands/CommandRunner/URLSession/Session/PFURLSession.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313

1414
@class BFCancellationToken;
1515

Parse/Source/Internal/Commands/CommandRunner/URLSession/Session/TaskDelegate/PFURLSessionDataTaskDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <Foundation/Foundation.h>
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313

1414
@class BFCancellationToken;
1515

Parse/Source/Internal/Commands/CommandRunner/URLSession/Session/TaskDelegate/PFURLSessionFileDownloadTaskDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import "PFURLSessionDataTaskDelegate.h"
1111

12-
#import <Parse/PFConstants.h>
12+
#import "PFConstants.h"
1313

1414
NS_ASSUME_NONNULL_BEGIN
1515

0 commit comments

Comments
 (0)