[cfe-commits] r166521 - /cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp
Douglas Gregor
dgregor at apple.com
Tue Oct 23 16:13:51 PDT 2012
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 {
More information about the cfe-commits
mailing list