Remove unneccesary forward definitions

llvm-svn: 1955
This commit is contained in:
Chris Lattner 2002-03-23 22:48:07 +00:00
parent e03002e772
commit 26fdff788c
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@
#include "llvm/User.h"
class BasicBlock;
class Method;
class Instruction : public User {
BasicBlock *Parent;