Skip to content

Commit

Permalink
ref: Remove unused imports for ProfilerSerialization (#4372)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Sep 27, 2024
1 parent 4c0441d commit 5f28a45
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Sentry/Profiling/SentryProfilerSerialization.mm
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@

# import "SentryClient+Private.h"
# import "SentryDateUtils.h"
# import "SentryDebugImageProvider.h"
# import "SentryDebugMeta.h"
# import "SentryDependencyContainer.h"
# import "SentryDevice.h"
# import "SentryEnvelope.h"
# import "SentryEnvelopeItemHeader.h"
# import "SentryEnvelopeItemType.h"
# import "SentryEvent+Private.h"
# import "SentryFormatter.h"
# import "SentryHub.h"
# import "SentryInternalDefines.h"
# import "SentryLog.h"
# import "SentryMeta.h"
# import "SentryMetricProfiler.h"
# import "SentryOptions.h"
# import "SentryProfileTimeseries.h"
# import "SentryProfiledTracerConcurrency.h"
# import "SentryProfiler+Private.h"
Expand All @@ -31,7 +27,6 @@
# import "SentryScope+Private.h"
# import "SentrySerialization.h"
# import "SentrySwift.h"
# import "SentryThread.h"
# import "SentryTime.h"
# import "SentryTracer+Private.h"
# import "SentryTransaction.h"
Expand Down

0 comments on commit 5f28a45

Please sign in to comment.