summaryrefslogtreecommitdiff
path: root/libs/hwui/RenderNode.h
diff options
context:
space:
mode:
author Kevin Lubick <kjlubick@google.com> 2022-04-21 13:41:17 +0000
committer Kevin Lubick <kjlubick@google.com> 2022-04-21 13:41:52 +0000
commit8a78cb5bef16b601f961ec16bf34295b0a7ca8c9 (patch)
tree4ff77ca7fd23801aaf88dc7a2a3a7ed6088167db /libs/hwui/RenderNode.h
parent900031a8e647a24c7fa2160d49c31c023ccd54ec (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.h1
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>