aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-10-23 23:13:50 +0000
committerDouglas Gregor <dgregor@apple.com>2012-10-23 23:13:50 +0000
commitf27762b1beced898e47aeae1bcb557addd8a148d (patch)
tree99efc269b26bcd373f2e24278c6aafcf5f3eac6b
parentdc7b641574a733624489bd87fc7061771edf2113 (diff)
Tweak include order
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166521 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--unittests/Tooling/RefactoringCallbacksTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Tooling/RefactoringCallbacksTest.cpp b/unittests/Tooling/RefactoringCallbacksTest.cpp
index 7add3856b2..4e30cfde26 100644
--- a/unittests/Tooling/RefactoringCallbacksTest.cpp
+++ b/unittests/Tooling/RefactoringCallbacksTest.cpp
@@ -10,8 +10,8 @@
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Tooling/RefactoringCallbacks.h"
-#include "gtest/gtest.h"
#include "RewriterTestContext.h"
+#include "gtest/gtest.h"
namespace clang {
namespace tooling {