aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuth.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-29 15:12:13 -0700
committerGravatar GitHub <noreply@github.com>2017-06-29 15:12:13 -0700
commit6761901507f82bc28461cfccdbc81700a7d4bd43 (patch)
tree63a6b3b209c2b26fd4d31a44eca5af19ccaf9c26 /Firebase/Auth/Source/FIRAuth.m
parentc33bdff405b988ffa4e894809db73ade0f21e658 (diff)
Remove Auth/Source/Private - restoring headers to original location (#113)
Diffstat (limited to 'Firebase/Auth/Source/FIRAuth.m')
-rw-r--r--Firebase/Auth/Source/FIRAuth.m28
1 files changed, 14 insertions, 14 deletions
diff --git a/Firebase/Auth/Source/FIRAuth.m b/Firebase/Auth/Source/FIRAuth.m
index 4297642..9363069 100644
--- a/Firebase/Auth/Source/FIRAuth.m
+++ b/Firebase/Auth/Source/FIRAuth.m
@@ -16,7 +16,7 @@
#import <Foundation/Foundation.h>
-#import "Private/FIRAuth_Internal.h"
+#import "FIRAuth_Internal.h"
#import "FIRAppAssociationRegistration.h"
#import "FIRAppInternal.h"
@@ -24,15 +24,15 @@
#import "FIRLogger.h"
#import "AuthProviders/EmailPassword/FIREmailPasswordAuthCredential.h"
#import "AuthProviders/Phone/FIRPhoneAuthCredential_Internal.h"
-#import "Private/FIRAdditionalUserInfo_Internal.h"
-#import "Private/FIRAuthCredential_Internal.h"
-#import "Private/FIRAuthDataResult_Internal.h"
-#import "Private/FIRAuthDispatcher.h"
-#import "Private/FIRAuthErrorUtils.h"
+#import "FIRAdditionalUserInfo_Internal.h"
+#import "FIRAuthCredential_Internal.h"
+#import "FIRAuthDataResult_Internal.h"
+#import "FIRAuthDispatcher.h"
+#import "FIRAuthErrorUtils.h"
#import "FIRAuthExceptionUtils.h"
-#import "Private/FIRAuthGlobalWorkQueue.h"
-#import "Private/FIRAuthKeychain.h"
-#import "Private/FIRUser_Internal.h"
+#import "FIRAuthGlobalWorkQueue.h"
+#import "FIRAuthKeychain.h"
+#import "FIRUser_Internal.h"
#import "FirebaseAuth.h"
#import "FIRAuthBackend.h"
#import "FIRCreateAuthURIRequest.h"
@@ -58,11 +58,11 @@
#if TARGET_OS_IOS
#import <UIKit/UIKit.h>
-#import "Private/FIRAuthAPNSToken.h"
-#import "Private/FIRAuthAPNSTokenManager.h"
-#import "Private/FIRAuthAppCredentialManager.h"
-#import "Private/FIRAuthAppDelegateProxy.h"
-#import "Private/FIRAuthNotificationManager.h"
+#import "FIRAuthAPNSToken.h"
+#import "FIRAuthAPNSTokenManager.h"
+#import "FIRAuthAppCredentialManager.h"
+#import "FIRAuthAppDelegateProxy.h"
+#import "FIRAuthNotificationManager.h"
#endif
#pragma mark - Constants