From 501c17cb914ea7c0bba230789a9888f0b7889203 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 12 Mar 2018 20:04:31 +0000 Subject: Revert "IWYU for some test files starting with 'C'." This reverts commit 1a462bd0fe6fb3cd8d7aa7ad1d8290e764ac79e4. Reason for revert: Broke android. Need to run android bot for these. Original change's description: > 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 TBR=bungeman@google.com,herb@google.com Change-Id: Ic63c2fcc7457e442e9b29a9ccd429927e24e3b77 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/113841 Reviewed-by: Ben Wagner Commit-Queue: Ben Wagner --- tests/CodecExactReadTest.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/CodecExactReadTest.cpp') diff --git a/tests/CodecExactReadTest.cpp b/tests/CodecExactReadTest.cpp index 86702a1f81..6189bdfd53 100644 --- a/tests/CodecExactReadTest.cpp +++ b/tests/CodecExactReadTest.cpp @@ -6,19 +6,13 @@ */ #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