Revert "SkRefCnt, SkTypes: fix includes for clients"

This reverts commit 61582510ee.

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 <halcanary@google.com>
> Reviewed-by: Hal Canary <halcanary@google.com>

TBR=halcanary@google.com

Change-Id: I1a3588ed9e19ee5884f8a907abcfc2aa00cfe5e9
Reviewed-on: https://skia-review.googlesource.com/136700
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
This commit is contained in:
Ben Wagner 2018-06-21 18:38:09 +00:00 committed by Skia Commit-Bot
parent 149b541d88
commit cd224b17e8
2 changed files with 1 additions and 6 deletions

View File

@ -13,14 +13,11 @@
#include <atomic>
#include <cstddef>
#include <functional>
#include <memory>
#include <ostream>
#include <type_traits>
#include <utility>
// These two headers will be removed in a later CL:
#include <memory>
#include <array>
/** \class SkRefCntBase
SkRefCntBase is the base class for objects that may be shared by multiple

View File

@ -16,8 +16,6 @@
#include <stdint.h>
// IWYU pragma: end_exports
#include <utility>
/** \file SkTypes.h
*/