From c774c00616b24605b270d9fc9e3747a4b283b512 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Fri, 18 Aug 2023 20:35:42 -0800 Subject: [PATCH] remove unnecessary import --- Sources/Sentry/include/SentryStacktraceBuilder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Sentry/include/SentryStacktraceBuilder.h b/Sources/Sentry/include/SentryStacktraceBuilder.h index 77bac993c6b..99f2670e751 100644 --- a/Sources/Sentry/include/SentryStacktraceBuilder.h +++ b/Sources/Sentry/include/SentryStacktraceBuilder.h @@ -1,4 +1,3 @@ -#import "SentryBinaryImageCache.h" #import "SentryCrashMachineContext.h" #import "SentryCrashStackCursor.h" #include "SentryCrashThread.h"