summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/SlotCalculator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/SlotCalculator.h b/llvm/include/llvm/SlotCalculator.h
index d80515d1371..91006d70175 100644
--- a/llvm/include/llvm/SlotCalculator.h
+++ b/llvm/include/llvm/SlotCalculator.h
@@ -13,12 +13,12 @@
#ifndef LLVM_SLOTCALCULATOR_H
#define LLVM_SLOTCALCULATOR_H
-#include "llvm/SymTabValue.h"
#include <vector>
#include <map>
class Value;
class Module;
class Function;
+class SymbolTable;
class SlotCalculator {
const Module *TheModule;
OpenPOWER on IntegriCloud