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/CodecExactReadTest.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tests/CodecExactReadTest.cpp') diff --git a/tests/CodecExactReadTest.cpp b/tests/CodecExactReadTest.cpp index 6189bdfd53..86702a1f81 100644 --- a/tests/CodecExactReadTest.cpp +++ b/tests/CodecExactReadTest.cpp @@ -6,13 +6,19 @@ */ #include "Resources.h" -#include "Test.h" - #include "SkBitmap.h" #include "SkCodec.h" #include "SkData.h" +#include "SkImageInfo.h" #include "SkMakeUnique.h" +#include "SkRefCnt.h" #include "SkStream.h" +#include "SkTemplates.h" +#include "Test.h" + +#include +#include +#include namespace { // This class wraps another SkStream. It does not own the underlying stream, so -- cgit v1.2.3