Skip to content

Commit f701d8f

Browse files
committed
MCValue.h - cleanup include and forward declaration. NFC.
Remove MCSymbol.h include Remove unused MCAsmInfo forward declaration
1 parent e033ec2 commit f701d8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/MC/MCValue.h

-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
#define LLVM_MC_MCVALUE_H
1515

1616
#include "llvm/MC/MCExpr.h"
17-
#include "llvm/MC/MCSymbol.h"
1817
#include "llvm/Support/DataTypes.h"
1918
#include <cassert>
2019

2120
namespace llvm {
22-
class MCAsmInfo;
2321
class raw_ostream;
2422

2523
/// This represents an "assembler immediate".

0 commit comments

Comments
 (0)