Chromium Code Reviews| Index: tests/StreamTest.cpp |
| diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp |
| index ecb8336596ba9175e736c3592ad2cf8118dc64aa..7cf3126d6195e640e93aaf8a20bc3a6422e37984 100644 |
| --- a/tests/StreamTest.cpp |
| +++ b/tests/StreamTest.cpp |
| @@ -5,11 +5,11 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| -#include "SkRandom.h" |
| +#include "SkData.h" |
| #include "SkOSFile.h" |
| +#include "SkRandom.h" |
| #include "SkStream.h" |
| -#include "SkData.h" |
| +#include "Test.h" |
| #ifndef SK_BUILD_FOR_WIN |
| #include <unistd.h> |