Index: tests/TLSTest.cpp |
diff --git a/tests/TLSTest.cpp b/tests/TLSTest.cpp |
index 1e6b616de4a79991b69f78aea84fd9f38737a269..53bb5fe842201395b19c4f703eff7e20e3ef4c46 100644 |
--- a/tests/TLSTest.cpp |
+++ b/tests/TLSTest.cpp |
@@ -5,11 +5,11 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkGraphics.h" |
#include "SkPaint.h" |
#include "SkTLS.h" |
#include "SkThreadUtils.h" |
+#include "Test.h" |
static void thread_main(void*) { |
SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024); |