From b607a8fbf01b51104dd49fbc5b859bf0cea2c1e3 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 12 Mar 2018 13:46:21 -0400 Subject: IWYU for some test files starting with 'C'. Change-Id: Iea274ae52da8b4b87ec55222c856f40a0d88c4e0 Reviewed-on: https://skia-review.googlesource.com/113746 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner Reviewed-on: https://skia-review.googlesource.com/113944 Reviewed-by: Ben Wagner --- tests/ClipperTest.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests/ClipperTest.cpp') diff --git a/tests/ClipperTest.cpp b/tests/ClipperTest.cpp index 641ed013be..0bb5212581 100644 --- a/tests/ClipperTest.cpp +++ b/tests/ClipperTest.cpp @@ -7,11 +7,18 @@ #include "SkBitmap.h" #include "SkCanvas.h" +#include "SkColor.h" #include "SkEdgeClipper.h" #include "SkLineClipper.h" -#include "SkPath.h" +#include "SkPaint.h" +#include "SkPoint.h" +#include "SkRect.h" +#include "SkScalar.h" +#include "SkTypes.h" #include "Test.h" +#include + static void test_hairclipping(skiatest::Reporter* reporter) { SkBitmap bm; bm.allocN32Pixels(4, 4); -- cgit v1.2.3