From b607a8fbf01b51104dd49fbc5b859bf0cea2c1e3 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: Iea274ae52da8b4b87ec55222c856f40a0d88c4e0 Reviewed-on: https://skia-review.googlesource.com/113746 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner Reviewed-on: https://skia-review.googlesource.com/113944 Reviewed-by: Ben Wagner --- tests/CodecAnimTest.cpp | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'tests/CodecAnimTest.cpp') diff --git a/tests/CodecAnimTest.cpp b/tests/CodecAnimTest.cpp index c5c65f8468..a3e16c6aa5 100644 --- a/tests/CodecAnimTest.cpp +++ b/tests/CodecAnimTest.cpp @@ -5,17 +5,24 @@ * found in the LICENSE file. */ +#include "CodecPriv.h" +#include "Resources.h" #include "SkAndroidCodec.h" #include "SkBitmap.h" #include "SkCodec.h" -#include "SkStream.h" - -#include "CodecPriv.h" -#include "Resources.h" +#include "SkCodecAnimation.h" +#include "SkData.h" +#include "SkImageInfo.h" +#include "SkRefCnt.h" +#include "SkSize.h" +#include "SkString.h" +#include "SkTypes.h" #include "Test.h" #include "sk_tool_utils.h" -#include +#include +#include +#include #include DEF_TEST(Codec_trunc, r) { -- cgit v1.2.3