Index: tests/MatrixTest.cpp |
diff --git a/tests/MatrixTest.cpp b/tests/MatrixTest.cpp |
index 26bb122194be464fbd9f0fa5892bf72f244599eb..9e39d5b22b19c146448d0524f8f9f0f32b381e88 100644 |
--- a/tests/MatrixTest.cpp |
+++ b/tests/MatrixTest.cpp |
@@ -5,11 +5,11 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkMath.h" |
#include "SkMatrix.h" |
#include "SkMatrixUtils.h" |
#include "SkRandom.h" |
+#include "Test.h" |
static bool nearly_equal_scalar(SkScalar a, SkScalar b) { |
const SkScalar tolerance = SK_Scalar1 / 200000; |