diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-09 18:35:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-09 18:35:38 +0000 |
commit | 184b2fa1b9b536e6c2bc27ba3f43dd42b2a557f9 (patch) | |
tree | b6529aa9de4002b03d643af98b2b1ba6c8d5fd64 | |
parent | cc5933c47e98fbfb4b5047da5e71751637515960 (diff) | |
download | external_llvm-184b2fa1b9b536e6c2bc27ba3f43dd42b2a557f9.zip external_llvm-184b2fa1b9b536e6c2bc27ba3f43dd42b2a557f9.tar.gz external_llvm-184b2fa1b9b536e6c2bc27ba3f43dd42b2a557f9.tar.bz2 |
Use opaque decl instead of #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2203 91177308-0d34-0410-b5e6-96231b3b80d8
-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 d80515d..91006d7 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 d80515d..91006d7 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 d80515d..91006d7 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; |