diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-03-25 18:09:44 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-03-25 18:09:44 +0000 |
commit | 6c01492ac40bed9529a2f7c8d40da34b8f04365e (patch) | |
tree | 8902ae96ae73e5d9259d1a7e5c03b38611c66e3d /include/llvm/Target/TargetMachine.h | |
parent | a5adcc127fd4e082139db5429d3cc848131f4c45 (diff) |
Prune some includes and forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetMachine.h')
-rw-r--r-- | include/llvm/Target/TargetMachine.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h index d4535dbe9e..13bfe6d27b 100644 --- a/include/llvm/Target/TargetMachine.h +++ b/include/llvm/Target/TargetMachine.h @@ -14,8 +14,8 @@ #ifndef LLVM_TARGET_TARGETMACHINE_H #define LLVM_TARGET_TARGETMACHINE_H +#include "llvm/Support/CodeGen.h" #include "llvm/Target/TargetOptions.h" -#include "llvm/MC/MCCodeGenInfo.h" #include "llvm/ADT/StringRef.h" #include <cassert> #include <string> @@ -27,8 +27,6 @@ class JITCodeEmitter; class MCAsmInfo; class MCCodeGenInfo; class MCContext; -class Pass; -class PassManager; class PassManagerBase; class Target; class TargetData; |