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 |