aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuthNotificationManager.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/FIRAuthNotificationManager.m
parentc33bdff405b988ffa4e894809db73ade0f21e658 (diff)
Remove Auth/Source/Private - restoring headers to original location (#113)
Diffstat (limited to 'Firebase/Auth/Source/FIRAuthNotificationManager.m')
-rw-r--r--Firebase/Auth/Source/FIRAuthNotificationManager.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firebase/Auth/Source/FIRAuthNotificationManager.m b/Firebase/Auth/Source/FIRAuthNotificationManager.m
index c8c52e9..4536b5e 100644
--- a/Firebase/Auth/Source/FIRAuthNotificationManager.m
+++ b/Firebase/Auth/Source/FIRAuthNotificationManager.m
@@ -14,11 +14,11 @@
* limitations under the License.
*/
-#import "Private/FIRAuthNotificationManager.h"
+#import "FIRAuthNotificationManager.h"
#import "FIRLogger.h"
-#import "Private/FIRAuthAppCredential.h"
-#import "Private/FIRAuthAppCredentialManager.h"
+#import "FIRAuthAppCredential.h"
+#import "FIRAuthAppCredentialManager.h"
#import "FIRAuthGlobalWorkQueue.h"
NS_ASSUME_NONNULL_BEGIN