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 b044b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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
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 b044b92

Please sign in to comment.