Author: dgregor
Date: Tue Oct 23 18:13:50 2012
New Revision: 166521

URL: http://llvm.org/viewvc/llvm-project?rev=166521&view=rev
Log:
Tweak include order

Modified:
    cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp

Modified: cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp?rev=166521&r1=166520&r2=166521&view=diff
==============================================================================
--- cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp (original)
+++ cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp Tue Oct 23 
18:13:50 2012
@@ -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 {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to