Chromium Code Reviews| Index: tests/BlitRowTest.cpp |
| diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp |
| index 3f3f529462ca5d400c585ef8b1a65f4f44b277a6..9ab620e9048ece484410699b2a421143e97e7ec2 100644 |
| --- a/tests/BlitRowTest.cpp |
| +++ b/tests/BlitRowTest.cpp |
| @@ -5,12 +5,12 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkBitmap.h" |
| #include "SkCanvas.h" |
| #include "SkColorPriv.h" |
| #include "SkGradientShader.h" |
| #include "SkRect.h" |
| +#include "Test.h" |
| // these are in the same order as the SkBitmap::Config enum |
| static const char* gConfigName[] = { |