Chromium Code Reviews| Index: tests/BitmapGetColorTest.cpp |
| diff --git a/tests/BitmapGetColorTest.cpp b/tests/BitmapGetColorTest.cpp |
| index 79dddbbc3bc8330821bd28d0a10316d19b951ce8..8df8661b05819c483dee9678fe781873c4eeb8bd 100644 |
| --- a/tests/BitmapGetColorTest.cpp |
| +++ b/tests/BitmapGetColorTest.cpp |
| @@ -5,10 +5,10 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkBitmap.h" |
| -#include "SkRect.h" |
| #include "SkRandom.h" |
| +#include "SkRect.h" |
| +#include "Test.h" |
| DEF_TEST(GetColor, reporter) { |
| static const struct Rec { |