aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/SourceLocationTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 09:45:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 09:45:34 +0000
commit320d9666eeab256ecaec2e2c1676bbb40f3aac9e (patch)
tree7a266d7fe3968e36638134a11cfe74d11b563bf8 /clang/unittests/AST/SourceLocationTest.cpp
parented09f456e7e99076fc3490cde3d59201f3328c12 (diff)
downloadllvm-320d9666eeab256ecaec2e2c1676bbb40f3aac9e.zip
llvm-320d9666eeab256ecaec2e2c1676bbb40f3aac9e.tar.gz
llvm-320d9666eeab256ecaec2e2c1676bbb40f3aac9e.tar.bz2
Sort the #include lines for unittests/...
I've tried to place sensible headers at the top as main-module headers. llvm-svn: 169243
Diffstat (limited to 'clang/unittests/AST/SourceLocationTest.cpp')
-rw-r--r--clang/unittests/AST/SourceLocationTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/AST/SourceLocationTest.cpp b/clang/unittests/AST/SourceLocationTest.cpp
index dec833d..eaf9285 100644
--- a/clang/unittests/AST/SourceLocationTest.cpp
+++ b/clang/unittests/AST/SourceLocationTest.cpp
@@ -17,8 +17,8 @@
//===----------------------------------------------------------------------===//
#include "clang/AST/ASTContext.h"
-#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
+#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Tooling/Tooling.h"
#include "gtest/gtest.h"