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/CodecTest.cpp | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) (limited to 'tests/CodecTest.cpp') diff --git a/tests/CodecTest.cpp b/tests/CodecTest.cpp index e83988a4b1..d8dab25a90 100644 --- a/tests/CodecTest.cpp +++ b/tests/CodecTest.cpp @@ -13,45 +13,28 @@ #include "SkCanvas.h" #include "SkCodec.h" #include "SkCodecImageGenerator.h" -#include "SkColor.h" -#include "SkColorSpace.h" +#include "SkColorSpace_XYZ.h" #include "SkColorSpacePriv.h" #include "SkData.h" -#include "SkEncodedImageFormat.h" #include "SkFrontBufferedStream.h" -#include "SkImage.h" -#include "SkImageGenerator.h" -#include "SkImageInfo.h" -#include "SkJpegEncoder.h" -#include "SkMD5.h" +#include "SkImageEncoder.h" +#include "SkImageEncoderPriv.h" #include "SkMakeUnique.h" -#include "SkMalloc.h" -#include "SkMatrix44.h" -#include "SkPixmap.h" +#include "SkMD5.h" +#include "SkOSPath.h" +#include "SkJpegEncoder.h" #include "SkPngChunkReader.h" #include "SkPngEncoder.h" #include "SkRandom.h" -#include "SkRect.h" -#include "SkRefCnt.h" -#include "SkSize.h" #include "SkStream.h" #include "SkStreamPriv.h" -#include "SkString.h" -#include "SkTemplates.h" -#include "SkTypes.h" #include "SkUnPreMultiply.h" #include "SkWebpEncoder.h" #include "Test.h" + #include "png.h" -#include "pngconf.h" -#include "scripts/pnglibconf.h.prebuilt" -#include "sk_tool_utils.h" -#include -#include -#include -#include -#include +#include "sk_tool_utils.h" #if PNG_LIBPNG_VER_MAJOR == 1 && PNG_LIBPNG_VER_MINOR < 5 // FIXME (scroggo): Google3 needs to be updated to use a newer version of libpng. In -- cgit v1.2.3