diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp')
-rw-r--r-- | contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp b/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp index 090b921..eecea8f 100644 --- a/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp +++ b/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp @@ -9,7 +9,6 @@ #include "clang/AST/CommentBriefParser.h" #include "clang/AST/CommentCommandTraits.h" -#include "llvm/ADT/StringSwitch.h" namespace clang { namespace comments { |