Skip to content

Commit ff19c73

Browse files
authored
Keep imports consistent (#2217)
1 parent 900ca3b commit ff19c73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Firebase/Core/FIRApp.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
#include <sys/utsname.h>
1616

17+
#import "FIRApp.h"
18+
#import "FIRConfiguration.h"
1719
#import "Private/FIRAnalyticsConfiguration+Internal.h"
1820
#import "Private/FIRAppInternal.h"
1921
#import "Private/FIRBundleUtil.h"
2022
#import "Private/FIRComponentContainerInternal.h"
2123
#import "Private/FIRLibrary.h"
2224
#import "Private/FIRLogger.h"
2325
#import "Private/FIROptionsInternal.h"
24-
#import "Public/FIRApp.h"
25-
#import "Public/FIRConfiguration.h"
2626

2727
NSString *const kFIRServiceAdMob = @"AdMob";
2828
NSString *const kFIRServiceAuth = @"Auth";

Firebase/Core/FIRComponentType.m

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

1717
#import "Private/FIRComponentType.h"
1818

19-
#import "FIRComponentContainerInternal.h"
19+
#import "Private/FIRComponentContainerInternal.h"
2020

2121
@implementation FIRComponentType
2222

0 commit comments

Comments
 (0)