From: Chris Lattner Date: Tue, 9 Apr 2002 18:35:38 +0000 (+0000) Subject: Use opaque decl instead of #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=184b2fa1b9b536e6c2bc27ba3f43dd42b2a557f9;p=oota-llvm.git Use opaque decl instead of #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2203 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h index d80515d1371..91006d70175 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 #include 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 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; diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index d80515d1371..91006d70175 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 #include class Value; class Module; class Function; +class SymbolTable; class SlotCalculator { const Module *TheModule;