1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 dbc505b82b
commit 8f43205784

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;