summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Lubick <kjlubick@google.com> 2023-01-11 19:31:56 +0000
committer Kevin Lubick <kjlubick@google.com> 2023-01-11 19:32:51 +0000
commit6f23a17ee99f46545dca733685e7bf7faa18e827 (patch)
tree39f08d4947a6324826ea228d426c127dad6b7c89
parent90034de72adc1cf64e791f42171cd7668768d246 (diff)
Remove unnecessary Skia include
It appears unused. Change-Id: I760c3a3304e6501b385dad868b9e6a9c9135cedc
-rw-r--r--libs/hwui/SkiaCanvas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/SkiaCanvas.h b/libs/hwui/SkiaCanvas.h
index 533106db37e5..1524dff739d5 100644
--- a/libs/hwui/SkiaCanvas.h
+++ b/libs/hwui/SkiaCanvas.h
@@ -31,7 +31,6 @@
#include "hwui/Canvas.h"
#include "hwui/Paint.h"
#include "pipeline/skia/AnimatedDrawables.h"
-#include "src/core/SkArenaAlloc.h"
enum class SkBlendMode;
class SkRRect;