| Index: tests/ToUnicode.cpp
|
| diff --git a/tests/ToUnicode.cpp b/tests/ToUnicode.cpp
|
| index 71b8592d21a3c15750bc10d91e55856a44dbe284..919ba11f588ab0d0ef4d04a159c8fef9464c1ac0 100644
|
| --- a/tests/ToUnicode.cpp
|
| +++ b/tests/ToUnicode.cpp
|
| @@ -5,11 +5,11 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "Test.h"
|
| #include "SkData.h"
|
| -#include "SkPDFTypes.h"
|
| #include "SkPDFFont.h"
|
| +#include "SkPDFTypes.h"
|
| #include "SkStream.h"
|
| +#include "Test.h"
|
|
|
| static bool stream_equals(const SkDynamicMemoryWStream& stream, size_t offset,
|
| const char* buffer, size_t len) {
|
|
|