diff options
author | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-12 15:17:27 +0000 |
---|---|---|
committer | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-12 15:17:27 +0000 |
commit | 64a0ec36555352ec31aa7c5a7630a5d042b010ba (patch) | |
tree | 4efc07f3ff20286b3e67ce4c0184850d28a5c554 /include/utils | |
parent | 777442d52e10e517a737ccd465a884564fdbf772 (diff) |
Move SkColorTable into its own header and reduce includes in SkFlattenable.h
Review URL: https://codereview.appspot.com/6299072
git-svn-id: http://skia.googlecode.com/svn/trunk@4236 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/utils')
-rw-r--r-- | include/utils/SkSfntUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/SkSfntUtils.h b/include/utils/SkSfntUtils.h index 69c9c03980..d87a4ed665 100644 --- a/include/utils/SkSfntUtils.h +++ b/include/utils/SkSfntUtils.h @@ -9,6 +9,7 @@ #ifndef SkSfntUtils_DEFINED #define SkSfntUtils_DEFINED +#include "Sk64.h" #include "SkFontHost.h" struct SkSfntTable_head { |