From 2ae53613caae660addfc318ade2d46029533ec83 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 16 Mar 2007 08:41:06 +0000 Subject: [PATCH] These forward declarations are not needed. llvm-svn: 35120 --- llvm/include/llvm/Target/TargetInstrInfo.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h index 3b596e22320c..1cb7e6817b2b 100644 --- a/llvm/include/llvm/Target/TargetInstrInfo.h +++ b/llvm/include/llvm/Target/TargetInstrInfo.h @@ -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;