Remove unused include of SkToSRGBColorFilter.h

Change-Id: Ib4be68d9ab491fbb4eefc6103096823f9f72a7aa
Test: Just deleting unused include. Code still builds.
This commit is contained in:
Brian Osman
2019-03-11 12:33:31 -04:00
parent 54a6bf0189
commit 545f0906e4
2 changed files with 0 additions and 3 deletions

View File

@@ -19,8 +19,6 @@
#include "renderstate/RenderState.h"
#include "utils/Color.h"
#include <SkToSRGBColorFilter.h>
namespace android {
namespace uirenderer {

View File

@@ -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>