From: Owen Anderson Date: Mon, 12 Nov 2007 01:19:28 +0000 (+0000) Subject: Remove unnecessary #include's. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=91a91ffb14917be5de077e48ccfb9a46aa8fae88;p=oota-llvm.git Remove unnecessary #include's. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/BreakCriticalMachineEdge.h b/include/llvm/CodeGen/BreakCriticalMachineEdge.h index c02eaa784a9..743cff3f2b8 100644 --- a/include/llvm/CodeGen/BreakCriticalMachineEdge.h +++ b/include/llvm/CodeGen/BreakCriticalMachineEdge.h @@ -14,11 +14,9 @@ #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 {