aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability/RedundantMemberInitCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tidy/readability/RedundantMemberInitCheck.cpp')
-rw-r--r--clang-tidy/readability/RedundantMemberInitCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tidy/readability/RedundantMemberInitCheck.cpp b/clang-tidy/readability/RedundantMemberInitCheck.cpp
index 0259c342..26003e6c 100644
--- a/clang-tidy/readability/RedundantMemberInitCheck.cpp
+++ b/clang-tidy/readability/RedundantMemberInitCheck.cpp
@@ -8,10 +8,10 @@
//===----------------------------------------------------------------------===//
#include "RedundantMemberInitCheck.h"
+#include "../utils/Matchers.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
-#include "../utils/Matchers.h"
#include <algorithm>
using namespace clang::ast_matchers;