Index: tests/PackBitsTest.cpp |
diff --git a/tests/PackBitsTest.cpp b/tests/PackBitsTest.cpp |
index 017e341f6657a22a6fcf421cc8e1c0963896766b..2af4f1867daf49d40c54ea7a0e8a72354dab0f77 100644 |
--- a/tests/PackBitsTest.cpp |
+++ b/tests/PackBitsTest.cpp |
@@ -5,8 +5,8 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkPackBits.h" |
+#include "Test.h" |
static const uint16_t gTest0[] = { 0, 0, 1, 1 }; |
static const uint16_t gTest1[] = { 1, 2, 3, 4, 5, 6 }; |