From: Reid Kleckner Date: Wed, 22 May 2013 18:46:02 +0000 (+0000) Subject: Remove unused #include X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fc764aaff9c0f714931c4d7ba0c5d8ce6790387;p=clang Remove unused #include git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/MicrosoftMangle.cpp b/lib/AST/MicrosoftMangle.cpp index e360a93408..976fcf8ad6 100644 --- a/lib/AST/MicrosoftMangle.cpp +++ b/lib/AST/MicrosoftMangle.cpp @@ -24,7 +24,6 @@ #include "clang/Basic/DiagnosticOptions.h" #include "clang/Basic/TargetInfo.h" #include "llvm/ADT/StringMap.h" -#include using namespace clang;