From b5f2897ab5be37e86ccce4ed474a2e02001a9040 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 17 Apr 2018 17:42:08 -0400 Subject: IWYU for tests starting with 'D'. Change-Id: I9189e4b56ce1635b627119733447c2ed4220753d Reviewed-on: https://skia-review.googlesource.com/129319 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/DrawBitmapRectTest.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tests/DrawBitmapRectTest.cpp') diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp index 8ad177f5c1..43132e92f4 100644 --- a/tests/DrawBitmapRectTest.cpp +++ b/tests/DrawBitmapRectTest.cpp @@ -7,16 +7,17 @@ #include "SkBitmap.h" #include "SkCanvas.h" -#include "SkData.h" -#include "SkDiscardableMemoryPool.h" -#include "SkImageGenerator.h" +#include "SkColor.h" +#include "SkMatrix.h" #include "SkMatrixUtils.h" #include "SkPaint.h" #include "SkPath.h" -#include "SkPixelRef.h" #include "SkRandom.h" +#include "SkRect.h" +#include "SkScalar.h" #include "SkShader.h" -#include "SkSurface.h" +#include "SkSize.h" +#include "SkTypes.h" #include "Test.h" /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3