Skip to content

Commit

Permalink
MCValue.h - cleanup include and forward declaration. NFC.
Browse files Browse the repository at this point in the history
Remove MCSymbol.h include
Remove unused MCAsmInfo forward declaration
  • Loading branch information
RKSimon committed Apr 16, 2020
1 parent e033ec2 commit f701d8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/include/llvm/MC/MCValue.h
Expand Up @@ -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".
Expand Down

0 comments on commit f701d8f

Please sign in to comment.