diff options
author | Fedor Kudasov <kudasov@google.com> | 2019-06-27 18:09:30 +0100 |
---|---|---|
committer | Fedor Kudasov <kudasov@google.com> | 2019-06-27 17:11:37 +0000 |
commit | 6bdd90f70dbc848ec2a1db55ce5a0360ba20b56c (patch) | |
tree | 5a5e7488d846d5a70da2f87eebe0be1657c328f7 /libs/hwui/renderthread/RenderProxy.cpp | |
parent | 7991ae1a5f521a429bb8eb240dcad96a3b54daeb (diff) |
Remove unused (mostly GL-related) headers
Bug: 117921091
Test: all tests should pass
Change-Id: I419aafd30bfc19f2180eedf924bbd55d5cd36170
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.cpp')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.cpp b/libs/hwui/renderthread/RenderProxy.cpp index 20247dc7c861..3dd1d4462d02 100644 --- a/libs/hwui/renderthread/RenderProxy.cpp +++ b/libs/hwui/renderthread/RenderProxy.cpp @@ -22,11 +22,8 @@ #include "Readback.h" #include "Rect.h" #include "WebViewFunctorManager.h" -#include "pipeline/skia/SkiaOpenGLPipeline.h" #include "pipeline/skia/VectorDrawableAtlas.h" -#include "renderstate/RenderState.h" #include "renderthread/CanvasContext.h" -#include "renderthread/EglManager.h" #include "renderthread/RenderTask.h" #include "renderthread/RenderThread.h" #include "utils/Macros.h" |