| Index: src/ports/SkFontHost_mac.cpp
|
| diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp
|
| index 5ad1c2fb5ea5ca0b0211df61fe723f0ad4a767fe..22e295470507fda645e6a747adbe762de9e530bb 100755
|
| --- a/src/ports/SkFontHost_mac.cpp
|
| +++ b/src/ports/SkFontHost_mac.cpp
|
| @@ -24,13 +24,12 @@
|
| #include "SkColorPriv.h"
|
| #include "SkDescriptor.h"
|
| #include "SkEndian.h"
|
| +#include "SkFontDescriptor.h"
|
| #include "SkFloatingPoint.h"
|
| -#include "SkFontDescriptor.h"
|
| -#include "SkFontMgr.h"
|
| #include "SkGlyph.h"
|
| #include "SkLazyFnPtr.h"
|
| #include "SkMaskGamma.h"
|
| -#include "SkMutex.h"
|
| +#include "SkSFNTHeader.h"
|
| #include "SkOTTable_glyf.h"
|
| #include "SkOTTable_head.h"
|
| #include "SkOTTable_hhea.h"
|
| @@ -38,12 +37,13 @@
|
| #include "SkOTUtils.h"
|
| #include "SkPaint.h"
|
| #include "SkPath.h"
|
| -#include "SkSFNTHeader.h"
|
| +#include "SkString.h"
|
| #include "SkStream.h"
|
| -#include "SkString.h"
|
| -#include "SkTypefaceCache.h"
|
| +#include "SkThread.h"
|
| #include "SkTypeface_mac.h"
|
| #include "SkUtils.h"
|
| +#include "SkTypefaceCache.h"
|
| +#include "SkFontMgr.h"
|
| #include "SkUtils.h"
|
|
|
| #include <dlfcn.h>
|
|
|