diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-07 15:11:31 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-07 15:11:31 +0000 |
commit | b098f5c7b834ae663287e466279544158c3f18be (patch) | |
tree | 5d9a3d327b941fdbce40ff56ba292f6542d8141f | |
parent | e243b03a8c1041b8e8f2b733c7184d81d5c09601 (diff) | |
download | llvm-b098f5c7b834ae663287e466279544158c3f18be.zip llvm-b098f5c7b834ae663287e466279544158c3f18be.tar.gz llvm-b098f5c7b834ae663287e466279544158c3f18be.tar.bz2 |
Remove unused include.
llvm-svn: 198692
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 0f1cec4..c9f3ea3 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/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; |