From 245da28bd2629c7bcd0d30f389ac6b1fb7e33fd7 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Thu, 2 Feb 2012 22:36:19 +0000 Subject: [PATCH] unnecessary include of TargetMachine.h? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149638 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0