unnecessary include of TargetMachine.h?

llvm-svn: 149638
This commit is contained in:
Andrew Trick 2012-02-02 22:36:19 +00:00
parent 04ef9492fd
commit 877d5a712d
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
using namespace clang;
using namespace clang::CodeGen;