Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: tests/Test.cpp

Issue 145313004: Cleanup: Sanitize the order of includes under tests/ (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: more two fixes Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/TSetTest.cpp ('k') | tests/TestSize.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/Test.cpp
diff --git a/tests/Test.cpp b/tests/Test.cpp
index 994a342128781d0b2fb816bcc2a45a7f41adf5fc..daa23b132cccbebd67e4ab1a7cde4983669a49d6 100644
--- a/tests/Test.cpp
+++ b/tests/Test.cpp
@@ -7,10 +7,10 @@
*/
#include "Test.h"
+#include "SkError.h"
#include "SkString.h"
#include "SkTArray.h"
#include "SkTime.h"
-#include "SkError.h"
#if SK_SUPPORT_GPU
#include "GrContext.h"
« no previous file with comments | « tests/TSetTest.cpp ('k') | tests/TestSize.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698