]> granicus.if.org Git - clang/commitdiff
Tweak include order
authorDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 23:13:50 +0000 (23:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 23:13:50 +0000 (23:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166521 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Tooling/RefactoringCallbacksTest.cpp

index 7add3856b2b1dffb7bb7473a6c22667a3daab7e6..4e30cfde26abc6a6d783e12f9c2aa55ef4b9d89d 100644 (file)
@@ -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 {