| Index: tests/CanvasStateTest.cpp
|
| diff --git a/tests/CanvasStateTest.cpp b/tests/CanvasStateTest.cpp
|
| index 4d39d9e279441fadbb8bee7ac2df9593f8bfec43..f1c35929d60875186018003a2e57fe8d78cb60a4 100644
|
| --- a/tests/CanvasStateTest.cpp
|
| +++ b/tests/CanvasStateTest.cpp
|
| @@ -5,15 +5,15 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "Test.h"
|
| #include "SkBitmapDevice.h"
|
| #include "SkCanvas.h"
|
| #include "SkCanvasStateUtils.h"
|
| #include "SkDrawFilter.h"
|
| #include "SkError.h"
|
| #include "SkPaint.h"
|
| -#include "SkRect.h"
|
| #include "SkRRect.h"
|
| +#include "SkRect.h"
|
| +#include "Test.h"
|
|
|
| static void test_complex_layers(skiatest::Reporter* reporter) {
|
| const int WIDTH = 400;
|
|
|