From d5148e331436b69e3de1a35d4bfa8492e89b3cce Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 16 Jul 2018 17:44:06 -0400 Subject: Move SkNoncopyable to include/private. Change-Id: I62f60ea52faeebddecacf03d9429ac3f7c516b8e Reviewed-on: https://skia-review.googlesource.com/141823 Commit-Queue: Ben Wagner Reviewed-by: Ben Wagner --- tools/Registry.h | 1 + tools/gpu/TestContext.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Registry.h b/tools/Registry.h index 6a1e24a303..4184e4999e 100644 --- a/tools/Registry.h +++ b/tools/Registry.h @@ -8,6 +8,7 @@ #ifndef sk_tools_Registry_DEFINED #define sk_tools_Registry_DEFINED +#include "SkNoncopyable.h" #include "SkTypes.h" namespace sk_tools { diff --git a/tools/gpu/TestContext.h b/tools/gpu/TestContext.h index 2949cc709e..8e939a6ace 100644 --- a/tools/gpu/TestContext.h +++ b/tools/gpu/TestContext.h @@ -9,11 +9,12 @@ #ifndef TestContext_DEFINED #define TestContext_DEFINED -#include "../private/SkTemplates.h" #include "FenceSync.h" #include "GrTypes.h" +#include "SkNoncopyable.h" #include "SkRefCnt.h" #include "SkScopeExit.h" +#include "SkTemplates.h" class GrContext; struct GrContextOptions; -- cgit v1.2.3