From 1175dc00a8888c90a920aacbfdaeeceb385e9823 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Mon, 28 Feb 2022 12:41:27 -0500 Subject: Fix transitive dependencies on SkImageEncoder In https://skia-review.googlesource.com/c/skia/+/512416, we would like to decouple SkImage and SkImageEncoder. This CL was created by searching for use of these objects: - SkEncodedImageFormat - SkStream - SkData - SkBitmap - SkPixmap and making sure those files followed the Include What You Use (IWYU) guidelines. Signed-off-by: Kevin Lubick Change-Id: I8edbcd1c9a526b8084d7e2c023895d1ad2f8c9b1 --- libs/hwui/HardwareBitmapUploader.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/hwui/HardwareBitmapUploader.cpp') diff --git a/libs/hwui/HardwareBitmapUploader.cpp b/libs/hwui/HardwareBitmapUploader.cpp index dd272cd5ff7d..66589ca8e8d5 100644 --- a/libs/hwui/HardwareBitmapUploader.cpp +++ b/libs/hwui/HardwareBitmapUploader.cpp @@ -22,8 +22,11 @@ #include #include #include +#include #include #include +#include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b