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/CanvasContext.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/CanvasContext.cpp')
-rw-r--r-- | libs/hwui/renderthread/CanvasContext.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/renderthread/CanvasContext.cpp b/libs/hwui/renderthread/CanvasContext.cpp index c9203d9bb530..550c27d7a051 100644 --- a/libs/hwui/renderthread/CanvasContext.cpp +++ b/libs/hwui/renderthread/CanvasContext.cpp @@ -19,7 +19,6 @@ #include "../Properties.h" #include "AnimationContext.h" -#include "EglManager.h" #include "Frame.h" #include "LayerUpdateQueue.h" #include "Properties.h" @@ -33,8 +32,6 @@ #include "utils/TimeUtils.h" #include "utils/TraceUtils.h" -#include <cutils/properties.h> -#include <private/hwui/DrawGlInfo.h> #include <strings.h> #include <fcntl.h> |