Chromium Code Reviews| Index: tests/DrawTextTest.cpp |
| diff --git a/tests/DrawTextTest.cpp b/tests/DrawTextTest.cpp |
| index 93f4b61e4ea8fce8dcbf391bd0956649363ba295..bafd2cb5e28fd66f2a6dbff1e557011d49725e68 100644 |
| --- a/tests/DrawTextTest.cpp |
| +++ b/tests/DrawTextTest.cpp |
| @@ -5,7 +5,6 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkBitmap.h" |
| #include "SkCanvas.h" |
| #include "SkColor.h" |
| @@ -13,6 +12,7 @@ |
| #include "SkPoint.h" |
| #include "SkRect.h" |
| #include "SkTypes.h" |
| +#include "Test.h" |
| static const SkColor bgColor = SK_ColorWHITE; |