From: Andrew Trick Date: Thu, 2 Feb 2012 22:36:19 +0000 (+0000) Subject: unnecessary include of TargetMachine.h? X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245da28bd2629c7bcd0d30f389ac6b1fb7e33fd7;p=clang unnecessary include of TargetMachine.h? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149638 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index f660e3c95e..97cf26673d 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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;