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