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/ClipBoundsTest.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/ClipBoundsTest.cpp') diff --git a/tests/ClipBoundsTest.cpp b/tests/ClipBoundsTest.cpp index e8aae38994..d6169022ff 100644 --- a/tests/ClipBoundsTest.cpp +++ b/tests/ClipBoundsTest.cpp @@ -5,11 +5,16 @@ * found in the LICENSE file. */ -#include "Test.h" +#include "SkTypes.h" + // This is a GR test #if SK_SUPPORT_GPU #include "GrClipStackClip.h" -#include "GrContext.h" +#include "SkClipOpPriv.h" +#include "SkClipStack.h" +#include "SkMatrix.h" +#include "SkRect.h" +#include "Test.h" // Ensure that the 'getConservativeBounds' calls are returning bounds clamped // to the render target -- cgit v1.2.3