X86MCTargetDesc.h - replace FormattedStream.h include with forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-23 17:05:43 +01:00
parent 90c956318b
commit c741dfe325
1 changed files with 2 additions and 1 deletions

View File

@ -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;