Skip to content

Commit d11f0bc

Browse files
committed
[clang-tidy] Remove unused #include. NFC.
1 parent 60f20ea commit d11f0bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "clang/ASTMatchers/ASTMatchers.h"
1313
#include "clang/Basic/Diagnostic.h"
1414
#include "clang/Lex/Lexer.h"
15-
#include "clang/Sema/DeclSpec.h"
1615

1716
using namespace clang::ast_matchers;
1817

0 commit comments

Comments
 (0)