clean up #includes of TargetAsmInfo.cpp

llvm-svn: 77858
This commit is contained in:
Chris Lattner 2009-08-02 04:09:22 +00:00
parent 77f686713f
commit f526fb7e9a
1 changed files with 0 additions and 11 deletions

View File

@ -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 <cctype>
#include <cstring>
using namespace llvm;