diff options
author | Brian Osman <brianosman@google.com> | 2019-03-11 12:33:31 -0400 |
---|---|---|
committer | Brian Osman <brianosman@google.com> | 2019-03-11 12:34:02 -0400 |
commit | 545f0906e472cc3af2e756c06f457dde54a202b6 (patch) | |
tree | 4f82f20265d812567bc8771c56c2a14d5ce6ebe6 /libs/hwui/Layer.cpp | |
parent | 54a6bf018978ad3f792666ac0e462dee6c28baa9 (diff) |
Remove unused include of SkToSRGBColorFilter.h
Change-Id: Ib4be68d9ab491fbb4eefc6103096823f9f72a7aa
Test: Just deleting unused include. Code still builds.
Diffstat (limited to 'libs/hwui/Layer.cpp')
-rw-r--r-- | libs/hwui/Layer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/Layer.cpp b/libs/hwui/Layer.cpp index a15ff2235db2..c174c240ff22 100644 --- a/libs/hwui/Layer.cpp +++ b/libs/hwui/Layer.cpp @@ -19,8 +19,6 @@ #include "renderstate/RenderState.h" #include "utils/Color.h" -#include <SkToSRGBColorFilter.h> - namespace android { namespace uirenderer { |