From: Rafael Espindola Date: Tue, 7 Jan 2014 15:11:31 +0000 (+0000) Subject: Remove unused include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=470dad7e65fa42c3082428b92f122953dfd14c74;p=clang Remove unused include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198692 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index 0f1cec4727..c9f3ea38f2 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -49,7 +49,6 @@ #include "llvm/Support/CallSite.h" #include "llvm/Support/ConvertUTF.h" #include "llvm/Support/ErrorHandling.h" -#include "llvm/Target/Mangler.h" using namespace clang; using namespace CodeGen;