File tree 2 files changed +8
-3
lines changed
include/llvm/TextAPI/MachO
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 13
13
#ifndef LLVM_TEXTAPI_MACHO_ARCHITECTURE_H
14
14
#define LLVM_TEXTAPI_MACHO_ARCHITECTURE_H
15
15
16
- #include " llvm/ADT/StringRef.h"
17
- #include " llvm/ADT/Triple.h"
18
- #include " llvm/Support/raw_ostream.h"
16
+ #include < cstdint>
17
+ #include < utility>
19
18
20
19
namespace llvm {
20
+ class raw_ostream ;
21
+ class StringRef ;
22
+ class Triple ;
23
+
21
24
namespace MachO {
22
25
23
26
// / Defines the architecture slices that are supported by Text-based Stub files.
Original file line number Diff line number Diff line change 12
12
13
13
#include " llvm/TextAPI/MachO/Architecture.h"
14
14
#include " llvm/ADT/StringSwitch.h"
15
+ #include " llvm/ADT/Triple.h"
15
16
#include " llvm/BinaryFormat/MachO.h"
17
+ #include " llvm/Support/raw_ostream.h"
16
18
17
19
namespace llvm {
18
20
namespace MachO {
You can’t perform that action at this time.
0 commit comments