r198692 - Remove unused include.
Rafael Espindola
rafael.espindola at gmail.com
Tue Jan 7 07:11:31 PST 2014
Author: rafael
Date: Tue Jan 7 09:11:31 2014
New Revision: 198692
URL: http://llvm.org/viewvc/llvm-project?rev=198692&view=rev
Log:
Remove unused include.
Modified:
cfe/trunk/lib/CodeGen/CodeGenModule.cpp
Modified: cfe/trunk/lib/CodeGen/CodeGenModule.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenModule.cpp?rev=198692&r1=198691&r2=198692&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenModule.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenModule.cpp Tue Jan 7 09:11:31 2014
@@ -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;
More information about the cfe-commits
mailing list