Index: tests/PaintTest.cpp |
diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp |
index 2a6bad45424a5ba89e54cef2d0c7898917ec5ac3..3210e77f19b74e060b8d949aa1f6dbbef0875c1d 100644 |
--- a/tests/PaintTest.cpp |
+++ b/tests/PaintTest.cpp |
@@ -5,15 +5,15 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkBlurMask.h" |
#include "SkBlurMaskFilter.h" |
#include "SkLayerDrawLooper.h" |
-#include "SkPath.h" |
#include "SkPaint.h" |
+#include "SkPath.h" |
#include "SkRandom.h" |
#include "SkTypeface.h" |
#include "SkUtils.h" |
+#include "Test.h" |
static size_t uni_to_utf8(const SkUnichar src[], void* dst, int count) { |
char* u8 = (char*)dst; |