diff options
-rw-r--r-- | include/llvm/Analysis/SlotCalculator.h | 2 | ||||
-rw-r--r-- | include/llvm/SlotCalculator.h | 2 | ||||
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h index d80515d137..91006d7017 100644 --- a/include/llvm/Analysis/SlotCalculator.h +++ b/include/llvm/Analysis/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; diff --git a/include/llvm/SlotCalculator.h b/include/llvm/SlotCalculator.h index d80515d137..91006d7017 100644 --- a/include/llvm/SlotCalculator.h +++ b/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; diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index d80515d137..91006d7017 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/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; |