X86MCTargetDesc.h - replace FormattedStream.h include with forward declaration. NFC.
This commit is contained in:
parent
90c956318b
commit
c741dfe325
|
|
@ -14,10 +14,11 @@
|
|||
#define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/FormattedStream.h"
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
class formatted_raw_ostream;
|
||||
class MCAsmBackend;
|
||||
class MCCodeEmitter;
|
||||
class MCContext;
|
||||
|
|
|
|||
Loading…
Reference in New Issue