summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 10:03:05 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 10:03:05 +0000
commitedc9e38810c94626c8ba78801ef81b0ce61ed502 (patch)
treefb6966e20f76fb1c34090286195d1dd216a99cdf /clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
parentdb276b94b7da510b947184e8f24d15b25e951589 (diff)
downloadbcm5719-llvm-edc9e38810c94626c8ba78801ef81b0ce61ed502.tar.gz
bcm5719-llvm-edc9e38810c94626c8ba78801ef81b0ce61ed502.zip
[cleanup] Re-sort headers with llvm/utils/sort_includes.py.
llvm-svn: 202809
Diffstat (limited to 'clang-tools-extra/unittests/clang-query/QueryParserTest.cpp')
-rw-r--r--clang-tools-extra/unittests/clang-query/QueryParserTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clang-query/QueryParserTest.cpp b/clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
index e05eb8a892b..1088be09f68 100644
--- a/clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
+++ b/clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
@@ -10,8 +10,8 @@
#include "QueryParser.h"
#include "Query.h"
#include "QuerySession.h"
-#include "gtest/gtest.h"
#include "llvm/LineEditor/LineEditor.h"
+#include "gtest/gtest.h"
using namespace clang;
using namespace clang::query;
OpenPOWER on IntegriCloud