diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-12-11 00:45:13 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-12-11 00:45:13 +0000 |
commit | ead7448a85aca10bfbeedb40336daf9ab84c02b6 (patch) | |
tree | f01cb8e90824743e764a3d648e51d05b5d1907a9 /lib/Target/TargetMachine.cpp | |
parent | 531bb82556847cc85c1477f8a6f54f2e43d0e04c (diff) |
Also remove unnecessary includes from this file, which was supposed to be part
of r146334!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r-- | lib/Target/TargetMachine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index c7656fe7a0..fb7bbbbe2e 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -11,8 +11,6 @@ // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/MC/MCAsmInfo.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetOptions.h" |