aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRefCnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkRefCnt.h')
-rw-r--r--include/core/SkRefCnt.h5
1 files changed, 1 insertions, 4 deletions
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 <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