summaryrefslogtreecommitdiff
path: root/unittests/AST/ASTContextParentMapTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/AST/ASTContextParentMapTest.cpp')
-rw-r--r--unittests/AST/ASTContextParentMapTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/AST/ASTContextParentMapTest.cpp b/unittests/AST/ASTContextParentMapTest.cpp
index c1910a823104..0dcb175e07b3 100644
--- a/unittests/AST/ASTContextParentMapTest.cpp
+++ b/unittests/AST/ASTContextParentMapTest.cpp
@@ -12,11 +12,11 @@
//===----------------------------------------------------------------------===//
#include "clang/AST/ASTContext.h"
+#include "MatchVerifier.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Tooling/Tooling.h"
#include "gtest/gtest.h"
-#include "MatchVerifier.h"
namespace clang {
namespace ast_matchers {