1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

MCValue.h - cleanup include and forward declaration. NFC.

Remove MCSymbol.h include
Remove unused MCAsmInfo forward declaration
This commit is contained in:
Simon Pilgrim 2020-04-16 15:18:10 +01:00
parent 8f81bbf8b4
commit ed13f5cef5

View File

@ -14,12 +14,10 @@
#define LLVM_MC_MCVALUE_H
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
namespace llvm {
class MCAsmInfo;
class raw_ostream;
/// This represents an "assembler immediate".