From f3c15b7cfc4eed2528f7db87ea6c1444b55ee856 Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 19 Aug 2015 11:56:48 -0700 Subject: Move SkTemplates.h to private. SkTemplates.h contains a number of Skia specific utilities which are not designed for external use. In addition to reducing the external support burden, this will allow Skia to freely refactor this file. Review URL: https://codereview.chromium.org/1272293004 --- include/ports/SkRemotableFontMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ports') diff --git a/include/ports/SkRemotableFontMgr.h b/include/ports/SkRemotableFontMgr.h index 23abd7f5de..ddc8e50a12 100644 --- a/include/ports/SkRemotableFontMgr.h +++ b/include/ports/SkRemotableFontMgr.h @@ -8,9 +8,9 @@ #ifndef SkRemotableFontMgr_DEFINED #define SkRemotableFontMgr_DEFINED +#include "../private/SkTemplates.h" #include "SkFontStyle.h" #include "SkRefCnt.h" -#include "SkTemplates.h" #include "SkTypes.h" class SkDataTable; -- cgit v1.2.3