From eed61283770799292615aede81934f4e794621b7 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 17 Apr 2018 14:14:51 -0400 Subject: IWYU for some more test files starting with 'C'. Change-Id: I010527b342cbfa0b425ef0d00966219413d9e77d Reviewed-on: https://skia-review.googlesource.com/121886 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/ColorSpaceTest.cpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tests/ColorSpaceTest.cpp') diff --git a/tests/ColorSpaceTest.cpp b/tests/ColorSpaceTest.cpp index e53ffd1cdc..6ec59dd01e 100644 --- a/tests/ColorSpaceTest.cpp +++ b/tests/ColorSpaceTest.cpp @@ -8,12 +8,20 @@ #include "Resources.h" #include "SkCodec.h" #include "SkColorSpace.h" -#include "SkColorSpace_XYZ.h" #include "SkColorSpacePriv.h" +#include "SkColorSpace_XYZ.h" +#include "SkData.h" +#include "SkImageInfo.h" +#include "SkMatrix44.h" +#include "SkRefCnt.h" +#include "SkStream.h" +#include "SkTypes.h" #include "Test.h" - #include "png.h" +#include +#include + static bool almost_equal(float a, float b) { return SkTAbs(a - b) < 0.001f; } -- cgit v1.2.3