From 1b314c5781032028c55febf03ea5d9716d375f73 Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Tue, 23 Apr 2024 11:38:35 +0200 Subject: [PATCH] Update SentrySessionReplayIntegration.h (#3868) --- Sources/Sentry/include/SentrySessionReplayIntegration.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/Sentry/include/SentrySessionReplayIntegration.h b/Sources/Sentry/include/SentrySessionReplayIntegration.h index 4500aeaa3d9..da50566f342 100644 --- a/Sources/Sentry/include/SentrySessionReplayIntegration.h +++ b/Sources/Sentry/include/SentrySessionReplayIntegration.h @@ -1,11 +1,10 @@ #import "SentryBaseIntegration.h" #import "SentryDefines.h" -#import "SentrySwift.h" #import NS_ASSUME_NONNULL_BEGIN #if SENTRY_HAS_UIKIT && !TARGET_OS_VISION -@interface SentrySessionReplayIntegration : SentryBaseIntegration +@interface SentrySessionReplayIntegration : SentryBaseIntegration @end #endif // SENTRY_HAS_UIKIT && !TARGET_OS_VISION