Chromium Code Reviews| Index: tests/RandomTest.cpp |
| diff --git a/tests/RandomTest.cpp b/tests/RandomTest.cpp |
| index 4aa39a3fde3883087ec7a30b0e67e695fe03e8fe..8d93d87df6cd7fafbfc11630244b7865217bb580 100644 |
| --- a/tests/RandomTest.cpp |
| +++ b/tests/RandomTest.cpp |
| @@ -5,9 +5,9 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkRandom.h" |
| #include "SkTSort.h" |
| +#include "Test.h" |
| static bool anderson_darling_test(double p[32]) { |
| // Min and max Anderson-Darling values allowable for k=32 |