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/DiscardableMemoryPoolTest.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/DiscardableMemoryPoolTest.cpp') diff --git a/tests/DiscardableMemoryPoolTest.cpp b/tests/DiscardableMemoryPoolTest.cpp index c91e827eb3..6ea0e9bb75 100644 --- a/tests/DiscardableMemoryPoolTest.cpp +++ b/tests/DiscardableMemoryPoolTest.cpp @@ -4,10 +4,14 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -#include "SkDiscardableMemoryPool.h" +#include "SkDiscardableMemory.h" +#include "SkDiscardableMemoryPool.h" +#include "SkRefCnt.h" #include "Test.h" +#include + DEF_TEST(DiscardableMemoryPool, reporter) { sk_sp pool(SkDiscardableMemoryPool::Make(1)); pool->setRAMBudget(3); -- cgit v1.2.3