aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRUser.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/FIRUser.m
parentc33bdff405b988ffa4e894809db73ade0f21e658 (diff)
Remove Auth/Source/Private - restoring headers to original location (#113)
Diffstat (limited to 'Firebase/Auth/Source/FIRUser.m')
-rw-r--r--Firebase/Auth/Source/FIRUser.m16
1 files changed, 8 insertions, 8 deletions
diff --git a/Firebase/Auth/Source/FIRUser.m b/Firebase/Auth/Source/FIRUser.m
index de9745d..112b870 100644
--- a/Firebase/Auth/Source/FIRUser.m
+++ b/Firebase/Auth/Source/FIRUser.m
@@ -16,19 +16,19 @@
#import <Foundation/Foundation.h>
-#import "Private/FIRUser_Internal.h"
+#import "FIRUser_Internal.h"
#import "AuthProviders/EmailPassword/FIREmailPasswordAuthCredential.h"
#import "FIREmailAuthProvider.h"
#import "AuthProviders/Phone/FIRPhoneAuthCredential_Internal.h"
-#import "Private/FIRAdditionalUserInfo_Internal.h"
+#import "FIRAdditionalUserInfo_Internal.h"
#import "FIRAuth.h"
-#import "Private/FIRAuthCredential_Internal.h"
-#import "Private/FIRAuthDataResult_Internal.h"
-#import "Private/FIRAuthErrorUtils.h"
-#import "Private/FIRAuthGlobalWorkQueue.h"
-#import "Private/FIRAuthSerialTaskQueue.h"
-#import "Private/FIRAuth_Internal.h"
+#import "FIRAuthCredential_Internal.h"
+#import "FIRAuthDataResult_Internal.h"
+#import "FIRAuthErrorUtils.h"
+#import "FIRAuthGlobalWorkQueue.h"
+#import "FIRAuthSerialTaskQueue.h"
+#import "FIRAuth_Internal.h"
#import "FIRSecureTokenService.h"
#import "FIRUserInfoImpl.h"
#import "FIRAuthBackend.h"