aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitSetTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BitSetTest.cpp')
-rw-r--r--tests/BitSetTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BitSetTest.cpp b/tests/BitSetTest.cpp
index f1ebb364b3..da023763ba 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);