aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ports/SkFontHost_mac.cpp')
-rwxr-xr-xsrc/ports/SkFontHost_mac.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp
index 22e2954705..5ad1c2fb5e 100755
--- a/src/ports/SkFontHost_mac.cpp
+++ b/src/ports/SkFontHost_mac.cpp
@@ -24,12 +24,13 @@
#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 "SkSFNTHeader.h"
+#include "SkMutex.h"
#include "SkOTTable_glyf.h"
#include "SkOTTable_head.h"
#include "SkOTTable_hhea.h"
@@ -37,13 +38,12 @@
#include "SkOTUtils.h"
#include "SkPaint.h"
#include "SkPath.h"
-#include "SkString.h"
+#include "SkSFNTHeader.h"
#include "SkStream.h"
-#include "SkThread.h"
+#include "SkString.h"
+#include "SkTypefaceCache.h"
#include "SkTypeface_mac.h"
#include "SkUtils.h"
-#include "SkTypefaceCache.h"
-#include "SkFontMgr.h"
#include "SkUtils.h"
#include <dlfcn.h>