From eed61283770799292615aede81934f4e794621b7 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 17 Apr 2018 14:14:51 -0400 Subject: IWYU for some more test files starting with 'C'. Change-Id: I010527b342cbfa0b425ef0d00966219413d9e77d Reviewed-on: https://skia-review.googlesource.com/121886 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/CTest.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/CTest.cpp') diff --git a/tests/CTest.cpp b/tests/CTest.cpp index 1f301efa7e..425b264718 100644 --- a/tests/CTest.cpp +++ b/tests/CTest.cpp @@ -6,11 +6,13 @@ */ #include "Test.h" - #include "sk_canvas.h" #include "sk_paint.h" -#include "sk_surface.h" #include "sk_shader.h" +#include "sk_surface.h" +#include "sk_types.h" + +#include static void shader_test(skiatest::Reporter* reporter) { sk_imageinfo_t info = -- cgit v1.2.3