From a4d63bc60e4462f515903af02d67953cf9154e0d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 23 Mar 2002 22:48:07 +0000 Subject: [PATCH] Remove unneccesary forward definitions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1955 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instruction.h | 3 --- 1 file changed, 3 deletions(-) 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;