aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkRefCnt.h5
-rw-r--r--include/core/SkTypes.h2
2 files changed, 1 insertions, 6 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
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index 395211a237..be51e20bac 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -16,8 +16,6 @@
#include <stdint.h>
// IWYU pragma: end_exports
-#include <utility>
-
/** \file SkTypes.h
*/