These forward declarations are not needed.

llvm-svn: 35120
This commit is contained in:
Evan Cheng 2007-03-16 08:41:06 +00:00
parent 4f73de2b4e
commit 2ae53613ca
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@ namespace llvm {
class MachineInstr;
class TargetMachine;
class Value;
class Type;
class Instruction;
class Constant;
class Function;
class MachineCodeForInstruction;
class TargetRegisterClass;
class LiveVariables;