File tree 9 files changed +8
-103
lines changed
9 files changed +8
-103
lines changed Original file line number Diff line number Diff line change 33
33
#include < vector>
34
34
#include < unordered_map>
35
35
36
+ #include < inttypes.h>
37
+
36
38
namespace swift {
37
39
namespace remote {
38
40
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
44
#ifndef LLVM_ADT_HASHING_H
45
45
#define LLVM_ADT_HASHING_H
46
46
47
- #include " llvm/Support/DataTypes.h"
48
47
#include " llvm/Support/ErrorHandling.h"
49
48
#include " llvm/Support/SwapByteOrder.h"
50
49
#include " llvm/Support/type_traits.h"
51
50
#include < algorithm>
52
51
#include < cassert>
53
52
#include < cstring>
53
+ #include < cstdint>
54
54
#include < string>
55
55
#include < utility>
56
56
Original file line number Diff line number Diff line change 17
17
#ifndef LLVM_SUPPORT_ATOMIC_H
18
18
#define LLVM_SUPPORT_ATOMIC_H
19
19
20
- #include " llvm/Support/DataTypes.h "
20
+ #include < stdint.h >
21
21
22
22
// Windows will at times define MemoryFence.
23
23
#ifdef MemoryFence
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
#ifndef LLVM_SUPPORT_POINTERLIKETYPETRAITS_H
15
15
#define LLVM_SUPPORT_POINTERLIKETYPETRAITS_H
16
16
17
- #include " llvm/Support/DataTypes.h"
18
17
#include < cassert>
18
+ #include < cstdint>
19
19
#include < type_traits>
20
20
21
21
inline namespace __swift { inline namespace __runtime {
Original file line number Diff line number Diff line change 19
19
#include " swift/Strings.h"
20
20
21
21
#include < vector>
22
+ #include < inttypes.h>
22
23
23
24
#if SWIFT_OBJC_INTEROP
24
25
#include < objc/runtime.h>
Original file line number Diff line number Diff line change 30
30
#include " swift/Runtime/Debug.h"
31
31
#include " swift/Runtime/Metadata.h"
32
32
#include < memory>
33
+ #include < inttypes.h>
33
34
#include < stdio.h>
34
35
35
36
// Pick a return-address strategy
Original file line number Diff line number Diff line change 43
43
#if SWIFT_OBJC_INTEROP
44
44
#include < dlfcn.h>
45
45
#endif
46
+ #include < inttypes.h>
46
47
#include < stdio.h>
47
48
#include < stdlib.h>
48
49
#include < unordered_map>
You can’t perform that action at this time.
0 commit comments