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 09c9ef5 commit d7076c0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKEarlyTerminationConfiguration.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/ORKDefines.h>
#endif

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKPageStep.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/ORKStep.h>
#import <ResearchKit/ORKOrderedTask.h>
#endif

NS_ASSUME_NONNULL_BEGIN

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

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 0 additions & 2 deletions ResearchKit/Common/ORKSkin_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKSkin.h>

#if TARGET_OS_IOS || TARGET_OS_VISION

UIFont *ORKDefaultFontForStyle(UIFontTextStyle style, CGFloat sizeAdjustment);
CGFloat ORKDefaultFontSizeForStyle(UIFontTextStyle style, CGFloat sizeAdjustment);

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

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

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 0 additions & 2 deletions ResearchKit/Common/ORKTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
#import <ResearchKit/ORKTypes.h>
#endif

#import <ResearchKit/ORKTypes.h>

NS_ASSUME_NONNULL_BEGIN

@class ORKStep;
Expand Down

0 comments on commit d7076c0

Please sign in to comment.