aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ports/SkRemotableFontMgr.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-08-19 11:56:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-19 11:56:48 -0700
commitf3c15b7cfc4eed2528f7db87ea6c1444b55ee856 (patch)
tree00516f1f5ecd2b72ef8d8cd6643055a5d9db8f2c /include/ports/SkRemotableFontMgr.h
parent9be0b002caaf4f44e04873351f957c3e97922457 (diff)
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
Diffstat (limited to 'include/ports/SkRemotableFontMgr.h')
-rw-r--r--include/ports/SkRemotableFontMgr.h2
1 files changed, 1 insertions, 1 deletions
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;