Remvoe a bunch of unneeded forward decls

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4326 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-28 02:27:07 +00:00
parent 4a63b72df9
commit 67e4132caa

View File

@ -18,13 +18,9 @@ class Type;
class Value;
class LiveRangeInfo;
class Function;
class Instruction;
class LiveRange;
class AddedInstrns;
class MachineInstr;
class RegClass;
class CallInst;
class ReturnInst;
class PhyRegAlloc;
class BasicBlock;