| Index: include/core/SkRefCnt.h
|
| diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h
|
| index 41c78293fa7f2824d9ecc755c085d7242b845ab2..8074a8511fc3d703c5d2989435d91156a6afb416 100644
|
| --- a/include/core/SkRefCnt.h
|
| +++ b/include/core/SkRefCnt.h
|
| @@ -11,10 +11,11 @@
|
| #define SkRefCnt_DEFINED
|
|
|
| #include "SkDynamicAnnotations.h"
|
| -#include "SkThread.h"
|
| #include "SkInstCnt.h"
|
| #include "SkTemplates.h"
|
|
|
| +#include "../../src/core/SkThread.h"
|
| +
|
| /** \class SkRefCntBase
|
|
|
| SkRefCntBase is the base class for objects that may be shared by multiple
|
|
|