aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/RPCs/FIRAuthBackend.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-07-14 07:13:19 -0700
committerGravatar GitHub <noreply@github.com>2017-07-14 07:13:19 -0700
commit3f53f1bb2793214f5e8837de1a60ba1bde959a94 (patch)
treed9a581c8dded5c1352a44c34de2d3db11d0fad66 /Firebase/Auth/Source/RPCs/FIRAuthBackend.m
parente731d90b5e1eca8b6726deea4057c3006b64b66d (diff)
Fix GoogleService-Info.plist casing in comments (#135)
* Fix GoogleService-Info.plist casing in comments * fix macOS travis failure
Diffstat (limited to 'Firebase/Auth/Source/RPCs/FIRAuthBackend.m')
-rw-r--r--Firebase/Auth/Source/RPCs/FIRAuthBackend.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/RPCs/FIRAuthBackend.m b/Firebase/Auth/Source/RPCs/FIRAuthBackend.m
index 3e3765b..b2b5a34 100644
--- a/Firebase/Auth/Source/RPCs/FIRAuthBackend.m
+++ b/Firebase/Auth/Source/RPCs/FIRAuthBackend.m
@@ -18,7 +18,6 @@
#import "FIRAuthBackend.h"
-#import "../AuthProviders/Phone/FIRPhoneAuthCredential_Internal.h"
#import "FIRAuthErrorUtils.h"
#import "FIRAuthGlobalWorkQueue.h"
#import "FirebaseAuth.h"
@@ -56,6 +55,7 @@
#import <GTMSessionFetcher/GTMSessionFetcherService.h>
#if TARGET_OS_IOS
+#import "../AuthProviders/Phone/FIRPhoneAuthCredential_Internal.h"
#import "FIRPhoneAuthProvider.h"
#endif