From e6b04a1407c5be8c84b233fd1cbc9523f2102be3 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Fri, 9 Mar 2018 14:41:36 -0500 Subject: IWYU for test files starting with 'B'. Found reproduction of iwyu issue #486, fixed at https://github.com/include-what-you-use/include-what-you-use/pull/522 Change-Id: Ic77a1a0c3b02b7853517c7fc4d98d92b29c2b0eb Reviewed-on: https://skia-review.googlesource.com/113214 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/BlendTest.cpp | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'tests/BlendTest.cpp') diff --git a/tests/BlendTest.cpp b/tests/BlendTest.cpp index 5332b10149..5b2f6faa14 100644 --- a/tests/BlendTest.cpp +++ b/tests/BlendTest.cpp @@ -5,26 +5,32 @@ * found in the LICENSE file. */ -#include #include "SkBitmap.h" +#include "SkBlendMode.h" #include "SkCanvas.h" #include "SkColor.h" -#include "SkColorPriv.h" +#include "SkColorSpace.h" +#include "SkImageInfo.h" +#include "SkPaint.h" +#include "SkPoint.h" +#include "SkRect.h" +#include "SkRefCnt.h" #include "SkSurface.h" -#include "SkTaskGroup.h" -#include "SkUtils.h" +#include "SkTypes.h" #include "Test.h" #if SK_SUPPORT_GPU +#include "GrBackendSurface.h" #include "GrContext.h" +#include "GrContextFactory.h" #include "GrContextPriv.h" #include "GrResourceProvider.h" -#include "GrSurfaceContext.h" -#include "GrSurfaceProxy.h" -#include "GrTest.h" #include "GrTexture.h" +#include "GrTypes.h" #endif +#include + struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; static bool acceptable(const Results& r) { -- cgit v1.2.3