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:
parent
8f81bbf8b4
commit
ed13f5cef5
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user