Skip to content

Commit

Permalink
Merge 44e6ddd into 4a0c282
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers authored Oct 3, 2022
2 parents 4a0c282 + 44e6ddd commit a02211f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Sources/Sentry/SentryANRTrackingIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#import "SentryThreadWrapper.h"
#import <Foundation/Foundation.h>
#import <SentryAppState.h>
#import <SentryAppStateManager.h>
#import <SentryDependencyContainer.h>
#import <SentryOptions+Private.h>

Expand Down
2 changes: 0 additions & 2 deletions Sources/Sentry/SentrySystemEventBreadcrumbs.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#import "SentrySystemEventBreadcrumbs.h"
#import "SentryAppState.h"
#import "SentryAppStateManager.h"
#import "SentryBreadcrumb.h"
#import "SentryCurrentDateProvider.h"
#import "SentryDependencyContainer.h"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry/include/SentrySystemEventBreadcrumbs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "SentryAppStateManager.h"
#import "SentryCurrentDateProvider.h"
#import "SentryFileManager.h"
#import <Foundation/Foundation.h>

#if TARGET_OS_IOS
Expand Down

0 comments on commit a02211f

Please sign in to comment.