Chromium Code Reviews| Index: tests/AtomicTest.cpp |
| diff --git a/tests/AtomicTest.cpp b/tests/AtomicTest.cpp |
| index 9d5f0e6e148c0642b9af79cc8739ba78f494800b..8b5ac9b67931c674f8b07d1d8377ddadb2718893 100644 |
| --- a/tests/AtomicTest.cpp |
| +++ b/tests/AtomicTest.cpp |
| @@ -5,10 +5,10 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkThread.h" |
| #include "SkThreadUtils.h" |
| #include "SkTypes.h" |
| +#include "Test.h" |
| struct AddInfo { |
| int32_t valueToAdd; |