Skip to content

Commit a405948

Browse files
authored
Merge pull request #23486 from compnerd/importing-is-not-inclusive
test: use `#include` rather than `#import`
2 parents c93b740 + 8e5e32b commit a405948

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#import <ExportAsCoreKit.h>
1+
#include <ExportAsCoreKit.h>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#ifndef EXPORT_AS_COREKIT_H
2+
#define EXPORT_AS_COREKIT_H
3+
14
struct CKThing {
25
long value;
36
};
7+
8+
#endif
9+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#import <ExportAsCoreKit.h>
1+
#include <ExportAsCoreKit.h>

0 commit comments

Comments
 (0)