Index: tests/Matrix44Test.cpp |
diff --git a/tests/Matrix44Test.cpp b/tests/Matrix44Test.cpp |
index e22c9d4b8f447878a5626efc6fd839a0465cb75d..443086dbef5a298c394e5aa230586231b2fb5bff 100644 |
--- a/tests/Matrix44Test.cpp |
+++ b/tests/Matrix44Test.cpp |
@@ -5,8 +5,8 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkMatrix44.h" |
+#include "Test.h" |
static bool nearly_equal_double(double a, double b) { |
const double tolerance = 1e-7; |