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

Unified Diff: tests/UnicodeTest.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/Typeface.cpp ('k') | tests/UnitTestTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/UnicodeTest.cpp
diff --git a/tests/UnicodeTest.cpp b/tests/UnicodeTest.cpp
index dc5bc158bd15dcf94de9c73a21f61c221e64a2be..5ed92d4b34a023966d2b47de752c93cc63ae5452 100644
--- a/tests/UnicodeTest.cpp
+++ b/tests/UnicodeTest.cpp
@@ -5,9 +5,9 @@
* found in the LICENSE file.
*/
-#include "Test.h"
#include "SkPaint.h"
#include "SkUtils.h"
+#include "Test.h"
// Unicode Variation Selector ranges: inclusive
#define UVS_MIN0 0x180B
« no previous file with comments | « tests/Typeface.cpp ('k') | tests/UnitTestTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698