From 33d2055e594177b27360f84e0631b26d74a55a9b Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Wed, 22 Mar 2017 13:47:51 -0400 Subject: GM: some header cleanup gm.h includes sk_tool_utils.h but does not use it. The bulk of this CL makes each gm that uses sk_tool_utils include it. sk_tool_utils.h also provided SkRandom and SkTDArray, so a couple GMs add those headers too. Change-Id: Ieb2a7c542f0ca89c3223f744fc11b0ff37af36c1 Reviewed-on: https://skia-review.googlesource.com/10014 Commit-Queue: Mike Klein Reviewed-by: Herb Derby --- gm/blurcircles2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gm/blurcircles2.cpp') diff --git a/gm/blurcircles2.cpp b/gm/blurcircles2.cpp index 93fcddb0f5..a65763e540 100644 --- a/gm/blurcircles2.cpp +++ b/gm/blurcircles2.cpp @@ -13,6 +13,7 @@ #include "SkPaint.h" #include "SkPath.h" #include "SkString.h" +#include "SkRandom.h" /** * In GM mode this draws an array of circles with different radii and different blur radii. Below -- cgit v1.2.3