projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0c882
)
Remove unnecessary #include's.
author
Owen Anderson
<resistor@mac.com>
Mon, 12 Nov 2007 01:19:28 +0000
(
01:19
+0000)
committer
Owen 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/BreakCriticalMachineEdge.h
b/include/llvm/CodeGen/BreakCriticalMachineEdge.h
index c02eaa784a9e91a742bef48a8cf3ca8d0a2bfe0b..743cff3f2b81517c57d97ae0eb1b598ad44cfc35 100644
(file)
--- 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 {