Index: tests/UtilsTest.cpp |
diff --git a/tests/UtilsTest.cpp b/tests/UtilsTest.cpp |
index ccea4660a1e10bca4a38b6c8eea02208e18cf324..438a5cce4734f916250f25173cff451c888c7608 100644 |
--- a/tests/UtilsTest.cpp |
+++ b/tests/UtilsTest.cpp |
@@ -5,12 +5,12 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkRandom.h" |
#include "SkRefCnt.h" |
#include "SkTSearch.h" |
#include "SkTSort.h" |
#include "SkUtils.h" |
+#include "Test.h" |
class RefClass : public SkRefCnt { |
public: |