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/CodecPartialTest.cpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'tests/CodecPartialTest.cpp') diff --git a/tests/CodecPartialTest.cpp b/tests/CodecPartialTest.cpp index 561dddd875..f33f8ba513 100644 --- a/tests/CodecPartialTest.cpp +++ b/tests/CodecPartialTest.cpp @@ -5,18 +5,23 @@ * found in the LICENSE file. */ +#include "FakeStreams.h" +#include "Resources.h" #include "SkBitmap.h" #include "SkCodec.h" #include "SkData.h" #include "SkImageInfo.h" #include "SkMakeUnique.h" -#include "SkRWBuffer.h" -#include "SkString.h" - -#include "FakeStreams.h" -#include "Resources.h" +#include "SkRefCnt.h" +#include "SkStream.h" +#include "SkTypes.h" #include "Test.h" +#include +#include +#include +#include + static SkImageInfo standardize_info(SkCodec* codec) { SkImageInfo defaultInfo = codec->getInfo(); // Note: This drops the SkColorSpace, allowing the equality check between two -- cgit v1.2.3