Index: tests/StrokeTest.cpp |
diff --git a/tests/StrokeTest.cpp b/tests/StrokeTest.cpp |
index 2a28fa4495454a67dcbd59b16bb917314528ffd9..15220c4a3b6cdbc814999f0e04567a21c3cd9f74 100644 |
--- a/tests/StrokeTest.cpp |
+++ b/tests/StrokeTest.cpp |
@@ -5,11 +5,11 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkPaint.h" |
#include "SkPath.h" |
#include "SkRect.h" |
#include "SkStroke.h" |
+#include "Test.h" |
static bool equal(const SkRect& a, const SkRect& b) { |
return SkScalarNearlyEqual(a.left(), b.left()) && |