diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-26 17:49:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-26 17:49:00 +0000 |
commit | b277d1d0e05c1712d2b5d20d103967ddb8843b9b (patch) | |
tree | 16cbaa9ce3a7a5b912df2528389f8266c54b69b4 | |
parent | 19b0411c95335018f0d1c6b6f029983fc2d79761 (diff) |
Remove unneccesary forward declarations for classes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1987 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/SlotCalculator.h | 3 | ||||
-rw-r--r-- | include/llvm/SlotCalculator.h | 3 | ||||
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h index e8fead76bb..9d5d2240af 100644 --- a/include/llvm/Analysis/SlotCalculator.h +++ b/include/llvm/Analysis/SlotCalculator.h @@ -15,9 +15,6 @@ class Value; class Module; class Function; -class MethodArgument; -class BasicBlock; -class Instruction; class SlotCalculator { const Module *TheModule; diff --git a/include/llvm/SlotCalculator.h b/include/llvm/SlotCalculator.h index e8fead76bb..9d5d2240af 100644 --- a/include/llvm/SlotCalculator.h +++ b/include/llvm/SlotCalculator.h @@ -15,9 +15,6 @@ class Value; class Module; class Function; -class MethodArgument; -class BasicBlock; -class Instruction; class SlotCalculator { const Module *TheModule; diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index e8fead76bb..9d5d2240af 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -15,9 +15,6 @@ class Value; class Module; class Function; -class MethodArgument; -class BasicBlock; -class Instruction; class SlotCalculator { const Module *TheModule; |