Chromium Code Reviews| Index: tests/SortTest.cpp |
| diff --git a/tests/SortTest.cpp b/tests/SortTest.cpp |
| index 198e3cf8da3e7f4d2616c4e737d19fbca88975b8..e8713dd4d2508255a13eaffb6eaaf07314afdb23 100644 |
| --- a/tests/SortTest.cpp |
| +++ b/tests/SortTest.cpp |
| @@ -5,9 +5,9 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkRandom.h" |
| #include "SkTSort.h" |
| +#include "Test.h" |
| extern "C" { |
| static int compare_int(const void* a, const void* b) { |