Chromium Code Reviews| 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 |