Skip to content

Commit

Permalink
fix conditionals in header files
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiMadlener committed Nov 18, 2024
1 parent bcc9ba2 commit b96153b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKDefines.h>
#endif

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKDevice_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKDevice.h>
#endif

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKErrors.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKDefines.h>
#endif

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKHelpers_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKDefines.h>
#endif

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKQuestionResult_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKQuestionResult.h>
#endif

#import <MapKit/MapKit.h>

Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKResult_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKResult.h>
#endif

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Stale/ORKQuestionStep_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#import <ResearchKit/ORKQuestionStep.h>
#import <ResearchKit/ORKAnswerFormat_Private.h>
#import <ResearchKit/ORKQuestionStep.h>
#endif

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit b96153b

Please sign in to comment.