From: Chris Lattner Date: Sat, 23 Mar 2002 22:48:07 +0000 (+0000) Subject: Remove unneccesary forward definitions X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a4d63bc60e4462f515903af02d67953cf9154e0d;p=oota-llvm.git Remove unneccesary forward definitions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index f0917d381a6..ba39fd2344f 100644 --- a/include/llvm/Instruction.h +++ b/include/llvm/Instruction.h @@ -10,9 +10,6 @@ #include "llvm/User.h" -class BasicBlock; -class Method; - class Instruction : public User { BasicBlock *Parent;