From b96153b8829c7ae361e07727ebb6921ccc535059 Mon Sep 17 00:00:00 2001 From: NikolaiMadlener Date: Mon, 18 Nov 2024 15:56:10 +0100 Subject: [PATCH] fix conditionals in header files --- ResearchKit/Common/ORKDevice.h | 1 + ResearchKit/Common/ORKDevice_Private.h | 1 + ResearchKit/Common/ORKErrors.h | 1 + ResearchKit/Common/ORKHelpers_Private.h | 1 + ResearchKit/Common/ORKQuestionResult_Private.h | 1 + ResearchKit/Common/ORKResult_Private.h | 1 + ResearchKit/Stale/ORKQuestionStep_Private.h | 1 + 7 files changed, 7 insertions(+) diff --git a/ResearchKit/Common/ORKDevice.h b/ResearchKit/Common/ORKDevice.h index 13f3e45bc..9c7efe46a 100644 --- a/ResearchKit/Common/ORKDevice.h +++ b/ResearchKit/Common/ORKDevice.h @@ -31,6 +31,7 @@ #import #if TARGET_OS_IOS || TARGET_OS_VISION #import +#endif NS_ASSUME_NONNULL_BEGIN diff --git a/ResearchKit/Common/ORKDevice_Private.h b/ResearchKit/Common/ORKDevice_Private.h index 8456c3825..4527f6152 100644 --- a/ResearchKit/Common/ORKDevice_Private.h +++ b/ResearchKit/Common/ORKDevice_Private.h @@ -30,6 +30,7 @@ #if TARGET_OS_IOS || TARGET_OS_VISION #import +#endif NS_ASSUME_NONNULL_BEGIN diff --git a/ResearchKit/Common/ORKErrors.h b/ResearchKit/Common/ORKErrors.h index cbf73f1d8..864443cc3 100644 --- a/ResearchKit/Common/ORKErrors.h +++ b/ResearchKit/Common/ORKErrors.h @@ -33,6 +33,7 @@ #if TARGET_OS_IOS || TARGET_OS_VISION #import +#endif NS_ASSUME_NONNULL_BEGIN diff --git a/ResearchKit/Common/ORKHelpers_Private.h b/ResearchKit/Common/ORKHelpers_Private.h index 5516799b4..024dd0f63 100644 --- a/ResearchKit/Common/ORKHelpers_Private.h +++ b/ResearchKit/Common/ORKHelpers_Private.h @@ -32,6 +32,7 @@ #import #if TARGET_OS_IOS || TARGET_OS_VISION #import +#endif NS_ASSUME_NONNULL_BEGIN diff --git a/ResearchKit/Common/ORKQuestionResult_Private.h b/ResearchKit/Common/ORKQuestionResult_Private.h index 5efa1d7a6..30b10ed64 100644 --- a/ResearchKit/Common/ORKQuestionResult_Private.h +++ b/ResearchKit/Common/ORKQuestionResult_Private.h @@ -32,6 +32,7 @@ #if TARGET_OS_IOS || TARGET_OS_VISION #import +#endif #import diff --git a/ResearchKit/Common/ORKResult_Private.h b/ResearchKit/Common/ORKResult_Private.h index 62b4e36b6..af9c04ab9 100644 --- a/ResearchKit/Common/ORKResult_Private.h +++ b/ResearchKit/Common/ORKResult_Private.h @@ -30,6 +30,7 @@ #if TARGET_OS_IOS || TARGET_OS_VISION #import +#endif NS_ASSUME_NONNULL_BEGIN diff --git a/ResearchKit/Stale/ORKQuestionStep_Private.h b/ResearchKit/Stale/ORKQuestionStep_Private.h index 34d7a02c1..02469e67a 100644 --- a/ResearchKit/Stale/ORKQuestionStep_Private.h +++ b/ResearchKit/Stale/ORKQuestionStep_Private.h @@ -34,6 +34,7 @@ #import #import #import +#endif NS_ASSUME_NONNULL_BEGIN