diff options
author | 2022-04-21 13:41:17 +0000 | |
---|---|---|
committer | 2022-04-21 13:41:52 +0000 | |
commit | 8a78cb5bef16b601f961ec16bf34295b0a7ca8c9 (patch) | |
tree | 4ff77ca7fd23801aaf88dc7a2a3a7ed6088167db /libs/hwui/RenderNode.h | |
parent | 900031a8e647a24c7fa2160d49c31c023ccd54ec (diff) |
Remove unused include of SkCamera
RenderNode.h does not appear to reference any symbol defined
in SkCamera
Change-Id: I186a631142836a728b4261e458ab42c45fab40c1
Diffstat (limited to 'libs/hwui/RenderNode.h')
-rw-r--r-- | libs/hwui/RenderNode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index da0476259b97..bdc48e91f6cb 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -16,7 +16,6 @@ #pragma once -#include <SkCamera.h> #include <SkMatrix.h> #include <utils/LinearAllocator.h> |