From cd224b17e8f91fb4c44553226055325d46df3a46 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Thu, 21 Jun 2018 18:38:09 +0000 Subject: Revert "SkRefCnt, SkTypes: fix includes for clients" This reverts commit 61582510eeb8484ad3e12df97bf781a3129f60d0. Reason for revert: Chromium should now be fixed. Original change's description: > SkRefCnt, SkTypes: fix includes for clients > > Change-Id: I1cfdc03963eaab9687608974958d20411806cfeb > Reviewed-on: https://skia-review.googlesource.com/136592 > Commit-Queue: Hal Canary > Reviewed-by: Hal Canary TBR=halcanary@google.com Change-Id: I1a3588ed9e19ee5884f8a907abcfc2aa00cfe5e9 Reviewed-on: https://skia-review.googlesource.com/136700 Commit-Queue: Ben Wagner Reviewed-by: Ben Wagner --- include/core/SkRefCnt.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/core/SkRefCnt.h') diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h index d4107b8473..d919c8114c 100644 --- a/include/core/SkRefCnt.h +++ b/include/core/SkRefCnt.h @@ -13,14 +13,11 @@ #include #include #include +#include #include #include #include -// These two headers will be removed in a later CL: -#include -#include - /** \class SkRefCntBase SkRefCntBase is the base class for objects that may be shared by multiple -- cgit v1.2.3