File tree 3 files changed +11
-11
lines changed 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7
7
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8
8
*/
9
9
10
- #import "CFListFormatter.h"
10
+ #include "CFListFormatter.h"
11
11
12
- #import "CFICULogging.h"
13
- #import "CFInternal.h"
14
- #import "CFRuntime_Internal.h"
15
- #import <assert.h>
12
+ #include "CFICULogging.h"
13
+ #include "CFInternal.h"
14
+ #include "CFRuntime_Internal.h"
15
+ #include <assert.h>
16
16
17
17
#define BUFFER_SIZE 256
18
18
#define RESULT_BUFFER_SIZE 768
Original file line number Diff line number Diff line change 8
8
Responsibility: I-Ting Liu
9
9
*/
10
10
11
- #import "CFRelativeDateTimeFormatter.h"
11
+ #include "CFRelativeDateTimeFormatter.h"
12
12
13
- #import <assert.h>
14
- #import "CFICULogging.h"
15
- #import "CFInternal.h"
16
- #import "CFRuntime_Internal.h"
13
+ #include <assert.h>
14
+ #include "CFICULogging.h"
15
+ #include "CFInternal.h"
16
+ #include "CFRuntime_Internal.h"
17
17
18
18
struct __CFRelativeDateTimeFormatter {
19
19
CFRuntimeBase _base ;
Original file line number Diff line number Diff line change 17
17
#include "CFRuntime_Internal.h"
18
18
19
19
#if (TARGET_OS_MAC || TARGET_OS_WIN32 ) && DEPLOYMENT_RUNTIME_OBJC
20
- #import <Foundation/NSAttributedString.h>
20
+ #include <Foundation/NSAttributedString.h>
21
21
@interface NSAttributedString (NSPrivate )
22
22
- (NSAttributedString * )_createAttributedSubstringWithRange :(NSRange )range NS_RETURNS_RETAINED ;
23
23
@end
You can’t perform that action at this time.
0 commit comments