From 902dcf07290919f960b06695c16d8c72c521c01a Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 21 Jul 2004 20:50:33 +0000 Subject: These files don't need to include since they include "Support/Debug.h". llvm-svn: 15089 --- llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp') diff --git a/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp b/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp index 4898da8..b441bea 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp @@ -17,7 +17,6 @@ #include "llvm/CodeGen/MachineBasicBlock.h" #include "llvm/Target/TargetInstrInfo.h" #include "Support/Debug.h" -#include using namespace llvm; MSchedGraphNode::MSchedGraphNode(const MachineInstr* inst, -- cgit v1.1