From: Chris Lattner Date: Sun, 2 Aug 2009 04:09:22 +0000 (+0000) Subject: clean up #includes of TargetAsmInfo.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e62147e0756b6c0387e39c905552e1e03149824;p=oota-llvm.git clean up #includes of TargetAsmInfo.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77858 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index cb835e630f0..24a11458e9b 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -12,18 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Constants.h" -#include "llvm/DerivedTypes.h" -#include "llvm/GlobalVariable.h" -#include "llvm/Function.h" -#include "llvm/Module.h" -#include "llvm/Type.h" #include "llvm/Target/TargetAsmInfo.h" -#include "llvm/Target/TargetData.h" -#include "llvm/Target/TargetMachine.h" -#include "llvm/Target/TargetOptions.h" -#include "llvm/Support/Dwarf.h" -#include "llvm/Support/ErrorHandling.h" #include #include using namespace llvm;