From b044b92f62f919ecfead291d33f4614586261b8a Mon Sep 17 00:00:00 2001 From: NikolaiMadlener Date: Mon, 18 Nov 2024 14:41:23 +0100 Subject: [PATCH] fix conditionals in header files --- ResearchKit/Common/ORKEarlyTerminationConfiguration.h | 1 + ResearchKit/Common/ORKTask.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ResearchKit/Common/ORKEarlyTerminationConfiguration.h b/ResearchKit/Common/ORKEarlyTerminationConfiguration.h index 623a43963..76efdb0a8 100644 --- a/ResearchKit/Common/ORKEarlyTerminationConfiguration.h +++ b/ResearchKit/Common/ORKEarlyTerminationConfiguration.h @@ -32,6 +32,7 @@ #if TARGET_OS_IOS || TARGET_OS_VISION #import +#endif NS_ASSUME_NONNULL_BEGIN diff --git a/ResearchKit/Common/ORKTask.h b/ResearchKit/Common/ORKTask.h index 4dbb5ef5c..682e9b00f 100644 --- a/ResearchKit/Common/ORKTask.h +++ b/ResearchKit/Common/ORKTask.h @@ -39,8 +39,6 @@ #import #endif -#import - NS_ASSUME_NONNULL_BEGIN @class ORKStep;