From 877d5a712dd43709b5427825df3913c901017a61 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? llvm-svn: 149638 --- clang/lib/CodeGen/CGDebugInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index f660e3c95e25..97cf26673df9 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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;