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

Unified Diff: tests/FontHostTest.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/FontHostStreamTest.cpp ('k') | tests/FontMgrTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/FontHostTest.cpp
diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp
index f9e23c80d6d27506809f0aae05378e4db20a580f..bc87aaa7543f105e7373f220cad1d70de575f836 100644
--- a/tests/FontHostTest.cpp
+++ b/tests/FontHostTest.cpp
@@ -5,13 +5,13 @@
* found in the LICENSE file.
*/
-#include "Test.h"
-#include "SkPaint.h"
+#include "SkEndian.h"
#include "SkFontStream.h"
#include "SkOSFile.h"
+#include "SkPaint.h"
#include "SkStream.h"
#include "SkTypeface.h"
-#include "SkEndian.h"
+#include "Test.h"
//#define DUMP_TABLES
//#define DUMP_TTC_TABLES
« no previous file with comments | « tests/FontHostStreamTest.cpp ('k') | tests/FontMgrTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698