| Index: tests/SerializationTest.cpp
|
| diff --git a/tests/SerializationTest.cpp b/tests/SerializationTest.cpp
|
| index ee7875a747883436806e728f5a8a675046d47578..76612b631845b0f93db9a345bf7def0640f6f125 100644
|
| --- a/tests/SerializationTest.cpp
|
| +++ b/tests/SerializationTest.cpp
|
| @@ -5,7 +5,6 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "Test.h"
|
| #include "SkBitmapDevice.h"
|
| #include "SkBitmapSource.h"
|
| #include "SkCanvas.h"
|
| @@ -13,6 +12,7 @@
|
| #include "SkOrderedWriteBuffer.h"
|
| #include "SkValidatingReadBuffer.h"
|
| #include "SkXfermodeImageFilter.h"
|
| +#include "Test.h"
|
|
|
| static const uint32_t kArraySize = 64;
|
|
|
|
|