Index: tests/DequeTest.cpp |
diff --git a/tests/DequeTest.cpp b/tests/DequeTest.cpp |
index 8a836d39c36642ee65f017e277ea79ed1595c721..5d5dc09176d0244c22692217813a7c955cd29b2a 100644 |
--- a/tests/DequeTest.cpp |
+++ b/tests/DequeTest.cpp |
@@ -5,8 +5,8 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkDeque.h" |
+#include "Test.h" |
static void assert_count(skiatest::Reporter* reporter, const SkDeque& deq, int count) { |
if (0 == count) { |