X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSlotCalculator.h;h=91006d70175cdf77eefa3b1cdc79ff3fd010916d;hb=87944916a4764dabc2f89cbec0a6c7e439c28530;hp=d80515d137111c14ea1db6cc7932408405d9b8a3;hpb=b579400cd72f274607f4964a9649ea4d38e04c46;p=oota-llvm.git diff --git a/include/llvm/SlotCalculator.h b/include/llvm/SlotCalculator.h index d80515d1371..91006d70175 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 #include class Value; class Module; class Function; +class SymbolTable; class SlotCalculator { const Module *TheModule;