From 1a462bd0fe6fb3cd8d7aa7ad1d8290e764ac79e4 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: I9a9596f7a941cdd8f01e055965c70a4b24438499 Reviewed-on: https://skia-review.googlesource.com/113746 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/ClipCubicTest.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests/ClipCubicTest.cpp') diff --git a/tests/ClipCubicTest.cpp b/tests/ClipCubicTest.cpp index 854ac32dd1..a2024ff6cd 100644 --- a/tests/ClipCubicTest.cpp +++ b/tests/ClipCubicTest.cpp @@ -7,10 +7,17 @@ #include "SkBitmap.h" #include "SkCanvas.h" +#include "SkColor.h" #include "SkCubicClipper.h" -#include "SkGeometry.h" +#include "SkFloatBits.h" #include "SkPaint.h" #include "SkPath.h" +#include "SkPoint.h" +#include "SkRect.h" +#include "SkRefCnt.h" +#include "SkScalar.h" +#include "SkSurface.h" +#include "SkTypes.h" #include "Test.h" // Currently the supersampler blitter uses int16_t for its index into an array -- cgit v1.2.3