Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: src/fonts/SkFontMgr_indirect.cpp

Issue 1207893002: Clean up a few includes, introduce iwyu. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkTypes to export stddef. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/ports/SkRemotableFontMgr.h ('k') | src/ports/SkDebug_stdio.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/fonts/SkFontMgr_indirect.cpp
diff --git a/src/fonts/SkFontMgr_indirect.cpp b/src/fonts/SkFontMgr_indirect.cpp
index 172d5412a6b934edc89d3c1ce8d53508a48f24ad..6ad8bfbf4716b12d07cbb6fb085162886bd63be7 100644
--- a/src/fonts/SkFontMgr_indirect.cpp
+++ b/src/fonts/SkFontMgr_indirect.cpp
@@ -5,17 +5,22 @@
* found in the LICENSE file.
*/
-#include "SkFontMgr_indirect.h"
-
#include "SkDataTable.h"
+#include "SkFontMgr.h"
+#include "SkFontMgr_indirect.h"
#include "SkFontStyle.h"
+#include "SkMutex.h"
#include "SkOnce.h"
+#include "SkRefCnt.h"
+#include "SkRemotableFontMgr.h"
#include "SkStream.h"
-#include "SkTSearch.h"
+#include "SkString.h"
+#include "SkTArray.h"
#include "SkTypeface.h"
+#include "SkTypes.h"
+#include "SkTemplates.h"
class SkData;
-class SkString;
class SkStyleSet_Indirect : public SkFontStyleSet {
public:
« no previous file with comments | « include/ports/SkRemotableFontMgr.h ('k') | src/ports/SkDebug_stdio.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698