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

Unified Diff: include/core/SkRefCnt.h

Issue 1207893002: Clean up a few includes, introduce iwyu. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Just a little more cleanup. Created 5 years, 6 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
Index: include/core/SkRefCnt.h
diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h
index 1632361519110915971d1b7fc12c02217887e7cb..176094387aee64ab2512ab878d67de455dcdb002 100644
--- a/include/core/SkRefCnt.h
+++ b/include/core/SkRefCnt.h
@@ -11,7 +11,7 @@
#define SkRefCnt_DEFINED
#include "SkAtomics.h"
-#include "SkInstCnt.h"
+#include "SkInstCnt.h" // IWYU pragma: export
mtklein 2015/06/24 22:52:01 Does this indicate we should move the contents of
bungeman-skia 2015/06/25 14:45:06 Maybe? Now that we have asan and the like, is it s
#include "SkTemplates.h"
/** \class SkRefCntBase
« no previous file with comments | « include/core/SkMutex.h ('k') | include/core/SkThread.h » ('j') | include/core/SkThread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698