aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/AnnotationTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AnnotationTest.cpp')
-rw-r--r--tests/AnnotationTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/AnnotationTest.cpp b/tests/AnnotationTest.cpp
index 6d3720d0fe..3d146649a1 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). */