aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRefCnt.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-28 19:24:54 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-28 19:24:54 +0000
commitb1aec17df6078115c797839c9646081ccba2bd09 (patch)
tree2a895dabcce474782c8196608751e665008b8ee4 /include/core/SkRefCnt.h
parent7e2b0f3b06351cf5bd9f6130f6bfb950cfc2cb75 (diff)
Remove SkThread.h from public API.
BUG=skia: R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/303463009 git-svn-id: http://skia.googlecode.com/svn/trunk@14926 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkRefCnt.h')
-rw-r--r--include/core/SkRefCnt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h
index 41c78293fa..8074a8511f 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