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>
This commit is contained in:
parent
960d421fb9
commit
61582510ee
@ -13,11 +13,14 @@
|
||||
#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
|
||||
|
@ -16,6 +16,8 @@
|
||||
#include <stdint.h>
|
||||
// IWYU pragma: end_exports
|
||||
|
||||
#include <utility>
|
||||
|
||||
/** \file SkTypes.h
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user