Chromium Code Reviews| Index: tests/BitSetTest.cpp |
| diff --git a/tests/BitSetTest.cpp b/tests/BitSetTest.cpp |
| index f1ebb364b35d4a034db894b008725200d2d992f3..da023763bafeee5fcd99f77f2004a6546a9606f7 100644 |
| --- a/tests/BitSetTest.cpp |
| +++ b/tests/BitSetTest.cpp |
| @@ -5,8 +5,8 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkBitSet.h" |
| +#include "Test.h" |
| DEF_TEST(BitSet, reporter) { |
| SkBitSet set0(65536); |