File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
CoreFoundation/Base.subproj Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ typedef char * Class;
73
73
#endif
74
74
75
75
#if DEPLOYMENT_TARGET_MACOSX || DEPLOYMENT_TARGET_EMBEDDED || DEPLOYMENT_TARGET_EMBEDDED_MINI
76
- #import < libkern/OSAtomic.h>
77
- #import < pthread.h>
76
+ #include <libkern/OSAtomic.h>
77
+ #include <pthread.h>
78
78
#endif
79
79
80
80
/* This macro creates some helper functions which are useful in dealing with libdispatch:
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ CF_IMPLICIT_BRIDGING_DISABLED
61
61
62
62
63
63
#if INCLUDE_OBJC
64
- #import < objc/message.h>
64
+ #include <objc/message.h>
65
65
#endif
66
66
#if DEPLOYMENT_TARGET_MACOSX && !LIBAUTO_STUB
67
- #import < objc/objc-auto.h>
67
+ #include <objc/objc-auto.h>
68
68
#endif
69
69
70
70
// ---- CFBundle material ----------------------------------------
You can’t perform that action at this time.
0 commit comments