summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-26 19:30:05 +0000
committerEric Christopher <echristo@gmail.com>2014-06-26 19:30:05 +0000
commitdb1c4942760e926a6c606b924d47ec18d513b674 (patch)
tree060d5e0397668a08cdb23c0083d9c7301be9cc3e /lib/Target/ARM
parent373c16a70239c684b776875f92650ab1cd8ed097 (diff)
downloadllvm-db1c4942760e926a6c606b924d47ec18d513b674.tar.gz
llvm-db1c4942760e926a6c606b924d47ec18d513b674.tar.bz2
llvm-db1c4942760e926a6c606b924d47ec18d513b674.tar.xz
Remove extraneous includes from the target machines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r--lib/Target/ARM/ARMTargetMachine.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/ARM/ARMTargetMachine.h b/lib/Target/ARM/ARMTargetMachine.h
index 8effe483c5..b72b1df4af 100644
--- a/lib/Target/ARM/ARMTargetMachine.h
+++ b/lib/Target/ARM/ARMTargetMachine.h
@@ -14,17 +14,9 @@
#ifndef ARMTARGETMACHINE_H
#define ARMTARGETMACHINE_H
-#include "ARMFrameLowering.h"
-#include "ARMISelLowering.h"
#include "ARMInstrInfo.h"
-#include "ARMJITInfo.h"
-#include "ARMSelectionDAGInfo.h"
#include "ARMSubtarget.h"
-#include "Thumb1FrameLowering.h"
-#include "Thumb1InstrInfo.h"
-#include "Thumb2InstrInfo.h"
#include "llvm/IR/DataLayout.h"
-#include "llvm/MC/MCStreamer.h"
#include "llvm/Target/TargetMachine.h"
namespace llvm {