Index: tests/MathTest.cpp |
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp |
index 1d73d582c9b43e55896b3e65f780d272b295382a..4205ce6cf53d3b756e1101dc5fb09c57651354ae 100644 |
--- a/tests/MathTest.cpp |
+++ b/tests/MathTest.cpp |
@@ -5,7 +5,6 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkColorPriv.h" |
#include "SkEndian.h" |
#include "SkFloatBits.h" |
@@ -13,6 +12,7 @@ |
#include "SkMathPriv.h" |
#include "SkPoint.h" |
#include "SkRandom.h" |
+#include "Test.h" |
static void test_clz(skiatest::Reporter* reporter) { |
REPORTER_ASSERT(reporter, 32 == SkCLZ(0)); |