aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.h
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-03-22 13:47:51 -0400
committerGravatar Mike Klein <mtklein@chromium.org>2017-03-22 18:11:49 +0000
commit33d2055e594177b27360f84e0631b26d74a55a9b (patch)
treebfa9cca0636a6022134fa48af12360c752123afd /gm/gm.h
parent4ef01482025e2e629e35458aa214436d3b4138e8 (diff)
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 <mtklein@chromium.org> Reviewed-by: Herb Derby <herb@google.com>
Diffstat (limited to 'gm/gm.h')
-rw-r--r--gm/gm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gm/gm.h b/gm/gm.h
index 2e4b602f90..d293d40e4c 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -14,7 +14,6 @@
#include "SkSize.h"
#include "SkString.h"
#include "../tools/Registry.h"
-#include "sk_tool_utils.h"
#include "SkClipOpPriv.h"
class SkAnimTimer;