Index: tests/TSetTest.cpp |
diff --git a/tests/TSetTest.cpp b/tests/TSetTest.cpp |
index dc536332bd14b534de6116ffbfbba8ae8bb3929c..3f826480ad52437bcef981386a4de8bf13efd7ea 100644 |
--- a/tests/TSetTest.cpp |
+++ b/tests/TSetTest.cpp |
@@ -5,8 +5,8 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkTSet.h" |
+#include "Test.h" |
// Tests the SkTSet<T> class template. |
// Functions that just call SkTDArray are not tested. |