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 /include | |
parent | 19b0411c95335018f0d1c6b6f029983fc2d79761 (diff) | |
download | external_llvm-b277d1d0e05c1712d2b5d20d103967ddb8843b9b.zip external_llvm-b277d1d0e05c1712d2b5d20d103967ddb8843b9b.tar.gz external_llvm-b277d1d0e05c1712d2b5d20d103967ddb8843b9b.tar.bz2 |
Remove unneccesary forward declarations for classes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Analysis/SlotCalculator.h | 3 | ||||
-rw-r--r-- | include/llvm/SlotCalculator.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h index e8fead7..9d5d224 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 e8fead7..9d5d224 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; |