diff options
author | 2019-03-11 12:33:31 -0400 | |
---|---|---|
committer | 2019-03-11 12:34:02 -0400 | |
commit | 545f0906e472cc3af2e756c06f457dde54a202b6 (patch) | |
tree | 4f82f20265d812567bc8771c56c2a14d5ce6ebe6 | |
parent | 54a6bf018978ad3f792666ac0e462dee6c28baa9 (diff) |
Remove unused include of SkToSRGBColorFilter.h
Change-Id: Ib4be68d9ab491fbb4eefc6103096823f9f72a7aa
Test: Just deleting unused include. Code still builds.
-rw-r--r-- | libs/hwui/Layer.cpp | 2 | ||||
-rw-r--r-- | libs/hwui/Readback.cpp | 1 |
2 files changed, 0 insertions, 3 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 { diff --git a/libs/hwui/Readback.cpp b/libs/hwui/Readback.cpp index 2ffda839c210..fe633e96b9d7 100644 --- a/libs/hwui/Readback.cpp +++ b/libs/hwui/Readback.cpp @@ -20,7 +20,6 @@ #include "renderthread/EglManager.h" #include "renderthread/VulkanManager.h" -#include <SkToSRGBColorFilter.h> #include <gui/Surface.h> #include <ui/Fence.h> #include <ui/GraphicBuffer.h> |