]> granicus.if.org Git - clang/commitdiff
unnecessary include of TargetMachine.h?
authorAndrew Trick <atrick@apple.com>
Thu, 2 Feb 2012 22:36:19 +0000 (22:36 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 2 Feb 2012 22:36:19 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149638 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index f660e3c95e25c14c7b05b457133457a09a5d6575..97cf26673df99e1ccc8976b5daf40f0815261374 100644 (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;