Skip to content

Commit 521f7c5

Browse files
committed
Use include instead of import
Windows doesn't support `#import` and using `#include` instead doesn't affect this test case.
1 parent c045a1f commit 521f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#import "c.h"
1+
#include "c.h"
22

33
void /*bridgingHeader:decl*/bridgingHeader(void);

0 commit comments

Comments
 (0)