Skip to content

Commit c8e526c

Browse files
committed
Use library path for header file includes instead of file path in iOS project
1 parent 5f3412a commit c8e526c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/Swift/Public/FlexLayout.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FOUNDATION_EXPORT double FlexLayoutVersionNumber;
2424
FOUNDATION_EXPORT const unsigned char FlexLayoutVersionString[];
2525

2626
// In this header, you should import all the public headers of your framework using
27-
#import "Yoga.h"
28-
#import "YGEnums.h"
29-
#import "YGMacros.h"
30-
#import "YGValue.h"
27+
#import <yoga/Yoga.h>
28+
#import <yoga/YGEnums.h>
29+
#import <yoga/YGMacros.h>
30+
#import <yoga/YGValue.h>

0 commit comments

Comments
 (0)