aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/MC/MCValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/MC/MCValue.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/MC/MCValue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/MC/MCValue.h b/contrib/llvm-project/llvm/include/llvm/MC/MCValue.h
index 0be7ce7055c5..37feee4c9ea8 100644
--- a/contrib/llvm-project/llvm/include/llvm/MC/MCValue.h
+++ b/contrib/llvm-project/llvm/include/llvm/MC/MCValue.h
@@ -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".