From a3f1a79a37dd872323a9d17e224d7baab7484a67 Mon Sep 17 00:00:00 2001 From: NikolaiMadlener Date: Mon, 18 Nov 2024 15:04:44 +0100 Subject: [PATCH] fix conditionals in header files --- ResearchKit/Common/ORKAnswerFormat_Internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ResearchKit/Common/ORKAnswerFormat_Internal.h b/ResearchKit/Common/ORKAnswerFormat_Internal.h index dfdca0819..8e3084707 100644 --- a/ResearchKit/Common/ORKAnswerFormat_Internal.h +++ b/ResearchKit/Common/ORKAnswerFormat_Internal.h @@ -34,10 +34,9 @@ #endif #if TARGET_OS_IOS || TARGET_OS_VISION - #import #import - +#endif @class ORKChoiceAnswerFormatHelper; NS_ASSUME_NONNULL_BEGIN