Remove unnecessary #include's.
authorOwen Anderson <resistor@mac.com>
Mon, 12 Nov 2007 01:19:28 +0000 (01:19 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 12 Nov 2007 01:19:28 +0000 (01:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44003 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/BreakCriticalMachineEdge.h

index c02eaa784a9e91a742bef48a8cf3ca8d0a2bfe0b..743cff3f2b81517c57d97ae0eb1b598ad44cfc35 100644 (file)
 #ifndef LLVM_CODEGEN_ASMPRINTER_H
 #define LLVM_CODEGEN_ASMPRINTER_H
 
-#include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineJumpTableInfo.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/Compiler.h"
 
 namespace llvm {