Skip to content

Commit

Permalink
[NFC] Use angle-bracketed includes in public headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Nov 6, 2023
1 parent a5ed756 commit a491976
Show file tree
Hide file tree
Showing 52 changed files with 170 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#import <Foundation/Foundation.h>

#import "FIRCrashlyticsReport.h"
#import "FIRExceptionModel.h"
#import <FirebaseCrashlytics/FIRCrashlyticsReport.h>
#import <FirebaseCrashlytics/FIRExceptionModel.h>

#if __has_include(<Crashlytics/Crashlytics.h>)
#warning "FirebaseCrashlytics and Crashlytics are not compatible \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#import <Foundation/Foundation.h>

#import "FIRStackFrame.h"
#import <FirebaseCrashlytics/FIRStackFrame.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#import "FIRCrashlytics.h"
#import "FIRCrashlyticsReport.h"
#import "FIRExceptionModel.h"
#import "FIRStackFrame.h"
#import <FirebaseCrashlytics/FIRCrashlytics.h>
#import <FirebaseCrashlytics/FIRCrashlyticsReport.h>
#import <FirebaseCrashlytics/FIRExceptionModel.h>
#import <FirebaseCrashlytics/FIRStackFrame.h>
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#import "FIRExperimentController.h"
#import "FIRLifecycleEvents.h"
#import <FirebaseABTesting/FIRExperimentController.h>
#import <FirebaseABTesting/FIRLifecycleEvents.h>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* limitations under the License.
*/

#import "FIRAppCheckInterop.h"
#import "FIRAppCheckProtocol.h"
#import "FIRAppCheckTokenResultInterop.h"
#import <FirebaseAppCheckInterop/FIRAppCheckInterop.h>
#import <FirebaseAppCheckInterop/FIRAppCheckProtocol.h>
#import <FirebaseAppCheckInterop/FIRAppCheckTokenResultInterop.h>
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

#import <Foundation/Foundation.h>

#import "FIRAppCheckProvider.h"
#import <FirebaseAppCheck/FIRAppCheckProvider.h>

#import "FIRAppCheckAvailability.h"
#import <FirebaseAppCheck/FIRAppCheckAvailability.h>

@class FIRApp;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRAppCheckProvider.h"
#import <FirebaseAppCheck/FIRAppCheckProvider.h>

@class FIRApp;
@protocol FIRAppCheckDebugProviderAPIServiceProtocol;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRAppCheckProviderFactory.h"
#import <FirebaseAppCheck/FIRAppCheckProviderFactory.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRAppCheckProvider.h"
#import <FirebaseAppCheck/FIRAppCheckProvider.h>

@class FIRApp;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#import <Foundation/Foundation.h>

#import "FIRAppCheckAvailability.h"
#import "FIRAppCheckProvider.h"
#import <FirebaseAppCheck/FIRAppCheckAvailability.h>
#import <FirebaseAppCheck/FIRAppCheckProvider.h>

@class FIRApp;
@protocol FIRDeviceCheckAPIServiceProtocol;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#import <Foundation/Foundation.h>

#import "FIRAppCheckAvailability.h"
#import "FIRAppCheckProviderFactory.h"
#import <FirebaseAppCheck/FIRAppCheckAvailability.h>
#import <FirebaseAppCheck/FIRAppCheckProviderFactory.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
20 changes: 10 additions & 10 deletions FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FirebaseAppCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
* limitations under the License.
*/

#import "FIRAppCheck.h"
#import "FIRAppCheckErrors.h"
#import "FIRAppCheckProvider.h"
#import "FIRAppCheckProviderFactory.h"
#import "FIRAppCheckToken.h"
#import <FirebaseAppCheck/FIRAppCheck.h>
#import <FirebaseAppCheck/FIRAppCheckErrors.h>
#import <FirebaseAppCheck/FIRAppCheckProvider.h>
#import <FirebaseAppCheck/FIRAppCheckProviderFactory.h>
#import <FirebaseAppCheck/FIRAppCheckToken.h>

// Debug provider
#import "FIRAppCheckDebugProvider.h"
#import "FIRAppCheckDebugProviderFactory.h"
#import <FirebaseAppCheck/FIRAppCheckDebugProvider.h>
#import <FirebaseAppCheck/FIRAppCheckDebugProviderFactory.h>

// DeviceCheck provider
#import "FIRDeviceCheckProvider.h"
#import "FIRDeviceCheckProviderFactory.h"
#import <FirebaseAppCheck/FIRDeviceCheckProvider.h>
#import <FirebaseAppCheck/FIRDeviceCheckProviderFactory.h>

// App Attest provider.
#import "FIRAppAttestProvider.h"
#import <FirebaseAppCheck/FIRAppAttestProvider.h>
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#import "FIRAppDistribution.h"
#import "FIRAppDistributionRelease.h"
#import <FirebaseAppDistribution/FIRAppDistribution.h>
#import <FirebaseAppDistribution/FIRAppDistributionRelease.h>
4 changes: 2 additions & 2 deletions FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#import <AvailabilityMacros.h>
#import <Foundation/Foundation.h>

#import "FIRAuthAPNSTokenType.h"
#import "FIRAuthErrors.h"
#import <FirebaseAuth/FIRAuthAPNSTokenType.h>
#import <FirebaseAuth/FIRAuthErrors.h>

@class FIRActionCodeSettings;
@class FIRApp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRAuthUIDelegate.h"
#import <FirebaseAuth/FIRAuthUIDelegate.h>

@class FIRAuthCredential;

Expand Down
8 changes: 4 additions & 4 deletions FirebaseAuth/Sources/Public/FirebaseAuth/FIRMultiFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

#import <Foundation/Foundation.h>

#import "FIRAuth.h"
#import "FIRMultiFactorAssertion.h"
#import "FIRMultiFactorInfo.h"
#import "FIRMultiFactorSession.h"
#import <FirebaseAuth/FIRAuth.h>
#import <FirebaseAuth/FIRMultiFactorAssertion.h>
#import <FirebaseAuth/FIRMultiFactorInfo.h>
#import <FirebaseAuth/FIRMultiFactorSession.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#import "FIRMultiFactor.h"
#import <FirebaseAuth/FIRMultiFactor.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRAuthCredential.h"
#import <FirebaseAuth/FIRAuthCredential.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRFederatedAuthProvider.h"
#import <FirebaseAuth/FIRFederatedAuthProvider.h>

@class FIRAuth;
@class FIROAuthCredential;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRAuthCredential.h"
#import <FirebaseAuth/FIRAuthCredential.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRMultiFactorAssertion.h"
#import <FirebaseAuth/FIRMultiFactorAssertion.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#import <Foundation/Foundation.h>

#import "FIRPhoneAuthCredential.h"
#import "FIRPhoneMultiFactorAssertion.h"
#import <FirebaseAuth/FIRPhoneAuthCredential.h>
#import <FirebaseAuth/FIRPhoneMultiFactorAssertion.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRMultiFactorInfo.h"
#import <FirebaseAuth/FIRMultiFactorInfo.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRMultiFactorAssertion.h"
#import <FirebaseAuth/FIRMultiFactorAssertion.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
* limitations under the License.
*/

#import <FirebaseAuth/FIRMultiFactorSession.h>
#import <FirebaseAuth/FIRTOTPMultiFactorAssertion.h>
#import <FirebaseAuth/FIRTOTPSecret.h>
#import <Foundation/Foundation.h>
#import "FIRMultiFactorSession.h"
#import "FIRTOTPMultiFactorAssertion.h"
#import "FIRTOTPSecret.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion FirebaseAuth/Sources/Public/FirebaseAuth/FIRTOTPSecret.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRMultiFactorInfo.h"
#import <FirebaseAuth/FIRMultiFactorInfo.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
8 changes: 4 additions & 4 deletions FirebaseAuth/Sources/Public/FirebaseAuth/FIRUser.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

#import <Foundation/Foundation.h>

#import "FIRAuth.h"
#import "FIRAuthDataResult.h"
#import "FIRMultiFactor.h"
#import "FIRUserInfo.h"
#import <FirebaseAuth/FIRAuth.h>
#import <FirebaseAuth/FIRAuthDataResult.h>
#import <FirebaseAuth/FIRMultiFactor.h>
#import <FirebaseAuth/FIRUserInfo.h>

@class FIRAuthTokenResult;
@class FIRPhoneAuthCredential;
Expand Down
70 changes: 35 additions & 35 deletions FirebaseAuth/Sources/Public/FirebaseAuth/FirebaseAuth.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@

#import <Foundation/Foundation.h>

#import "FIRActionCodeSettings.h"
#import "FIRAdditionalUserInfo.h"
#import "FIRAuth.h"
#import "FIRAuthCredential.h"
#import "FIRAuthDataResult.h"
#import "FIRAuthErrors.h"
#import "FIRAuthTokenResult.h"
#import "FIREmailAuthProvider.h"
#import "FIRFacebookAuthProvider.h"
#import "FIRFederatedAuthProvider.h"
#import "FIRGameCenterAuthProvider.h"
#import "FIRGitHubAuthProvider.h"
#import "FIRGoogleAuthProvider.h"
#import "FIRMultiFactor.h"
#import "FIRMultiFactorAssertion.h"
#import "FIRMultiFactorInfo.h"
#import "FIRMultiFactorResolver.h"
#import "FIRMultiFactorSession.h"
#import "FIROAuthCredential.h"
#import "FIROAuthProvider.h"
#import "FIRTwitterAuthProvider.h"
#import "FIRUser.h"
#import "FIRUserInfo.h"
#import "FIRUserMetadata.h"
#import <FirebaseAuth/FIRActionCodeSettings.h>
#import <FirebaseAuth/FIRAdditionalUserInfo.h>
#import <FirebaseAuth/FIRAuth.h>
#import <FirebaseAuth/FIRAuthCredential.h>
#import <FirebaseAuth/FIRAuthDataResult.h>
#import <FirebaseAuth/FIRAuthErrors.h>
#import <FirebaseAuth/FIRAuthTokenResult.h>
#import <FirebaseAuth/FIREmailAuthProvider.h>
#import <FirebaseAuth/FIRFacebookAuthProvider.h>
#import <FirebaseAuth/FIRFederatedAuthProvider.h>
#import <FirebaseAuth/FIRGameCenterAuthProvider.h>
#import <FirebaseAuth/FIRGitHubAuthProvider.h>
#import <FirebaseAuth/FIRGoogleAuthProvider.h>
#import <FirebaseAuth/FIRMultiFactor.h>
#import <FirebaseAuth/FIRMultiFactorAssertion.h>
#import <FirebaseAuth/FIRMultiFactorInfo.h>
#import <FirebaseAuth/FIRMultiFactorResolver.h>
#import <FirebaseAuth/FIRMultiFactorSession.h>
#import <FirebaseAuth/FIROAuthCredential.h>
#import <FirebaseAuth/FIROAuthProvider.h>
#import <FirebaseAuth/FIRTwitterAuthProvider.h>
#import <FirebaseAuth/FIRUser.h>
#import <FirebaseAuth/FIRUserInfo.h>
#import <FirebaseAuth/FIRUserMetadata.h>

#import "FIRAuthAPNSTokenType.h"
#import "FIRAuthSettings.h"
#import "FIRAuthUIDelegate.h"
#import "FIRPhoneAuthCredential.h"
#import "FIRPhoneAuthProvider.h"
#import "FIRPhoneMultiFactorAssertion.h"
#import "FIRPhoneMultiFactorGenerator.h"
#import "FIRPhoneMultiFactorInfo.h"
#import "FIRTOTPMultiFactorAssertion.h"
#import "FIRTOTPMultiFactorGenerator.h"
#import "FIRTOTPSecret.h"
#import <FirebaseAuth/FIRAuthAPNSTokenType.h>
#import <FirebaseAuth/FIRAuthSettings.h>
#import <FirebaseAuth/FIRAuthUIDelegate.h>
#import <FirebaseAuth/FIRPhoneAuthCredential.h>
#import <FirebaseAuth/FIRPhoneAuthProvider.h>
#import <FirebaseAuth/FIRPhoneMultiFactorAssertion.h>
#import <FirebaseAuth/FIRPhoneMultiFactorGenerator.h>
#import <FirebaseAuth/FIRPhoneMultiFactorInfo.h>
#import <FirebaseAuth/FIRTOTPMultiFactorAssertion.h>
#import <FirebaseAuth/FIRTOTPMultiFactorGenerator.h>
#import <FirebaseAuth/FIRTOTPSecret.h>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#import "FIRLoggerLevel.h"
#import <FirebaseCore/FIRLoggerLevel.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
10 changes: 5 additions & 5 deletions FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#import "FIRApp.h"
#import "FIRConfiguration.h"
#import "FIRLoggerLevel.h"
#import "FIROptions.h"
#import "FIRVersion.h"
#import <FirebaseCore/FIRApp.h>
#import <FirebaseCore/FIRConfiguration.h>
#import <FirebaseCore/FIRLoggerLevel.h>
#import <FirebaseCore/FIROptions.h>
#import <FirebaseCore/FIRVersion.h>
Loading

0 comments on commit a491976

Please sign in to comment.