| Index: tests/AnnotationTest.cpp
|
| diff --git a/tests/AnnotationTest.cpp b/tests/AnnotationTest.cpp
|
| index 6d3720d0fe3e932e38879a3d7d1015b4ec3bcfdc..3d146649a10002e5ef766282321919b0d5de49c1 100644
|
| --- a/tests/AnnotationTest.cpp
|
| +++ b/tests/AnnotationTest.cpp
|
| @@ -5,12 +5,12 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#include "Test.h"
|
| #include "SkAnnotation.h"
|
| -#include "SkData.h"
|
| #include "SkCanvas.h"
|
| +#include "SkData.h"
|
| #include "SkPDFDevice.h"
|
| #include "SkPDFDocument.h"
|
| +#include "Test.h"
|
|
|
| /** Returns true if data (may contain null characters) contains needle (null
|
| * terminated). */
|
|
|