Index: include/ports/SkFontMgr_indirect.h |
diff --git a/include/ports/SkFontMgr_indirect.h b/include/ports/SkFontMgr_indirect.h |
index 96ba3632d5f5c413644756464fafb61855729672..2e28640a16b4c0df1d8d89d88ed720623e048e51 100644 |
--- a/include/ports/SkFontMgr_indirect.h |
+++ b/include/ports/SkFontMgr_indirect.h |
@@ -10,16 +10,17 @@ |
#include "SkDataTable.h" |
#include "SkFontMgr.h" |
-#include "SkFontStyle.h" |
#include "SkMutex.h" |
+#include "SkRefCnt.h" |
#include "SkRemotableFontMgr.h" |
#include "SkTArray.h" |
#include "SkTypeface.h" |
+#include "SkTypes.h" |
class SkData; |
-class SkStream; |
+class SkFontStyle; |
+class SkStreamAsset; |
class SkString; |
-class SkTypeface; |
class SK_API SkFontMgr_Indirect : public SkFontMgr { |
public: |