summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Alec Mouri <alecmouri@google.com> 2019-08-02 17:05:26 -0700
committer Alec Mouri <alecmouri@google.com> 2019-08-02 18:02:50 -0700
commit6db59a66bdcdad7e4c565e47c31437860455e832 (patch)
tree8bbbb4d430386a1bf013f0bd9281eb80f4503a51 /libs
parent2ef7b3ec1d7d859bc1d1a08f2b2025754f75a15a (diff)
[HWUI] clean up libgui include directives
As a first pass removing some stale includes. Bug: 138819035 Change-Id: I7aef319aa8f1b13b6482ef61fda151560e570558 Test: builds
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/DeviceInfo.cpp1
-rw-r--r--libs/hwui/renderthread/CacheManager.cpp1
-rw-r--r--libs/hwui/renderthread/EglManager.cpp1
-rw-r--r--libs/hwui/renderthread/VulkanManager.cpp3
4 files changed, 2 insertions, 4 deletions
diff --git a/libs/hwui/DeviceInfo.cpp b/libs/hwui/DeviceInfo.cpp
index 0a9d965d0444..a0d3ff995e78 100644
--- a/libs/hwui/DeviceInfo.cpp
+++ b/libs/hwui/DeviceInfo.cpp
@@ -18,7 +18,6 @@
#include "Properties.h"
-#include <gui/ISurfaceComposer.h>
#include <gui/SurfaceComposerClient.h>
#include <ui/GraphicTypes.h>
diff --git a/libs/hwui/renderthread/CacheManager.cpp b/libs/hwui/renderthread/CacheManager.cpp
index 1b638c12ac7b..5469a6810c87 100644
--- a/libs/hwui/renderthread/CacheManager.cpp
+++ b/libs/hwui/renderthread/CacheManager.cpp
@@ -28,7 +28,6 @@
#include <SkExecutor.h>
#include <SkGraphics.h>
#include <SkMathPriv.h>
-#include <gui/Surface.h>
#include <math.h>
#include <set>
diff --git a/libs/hwui/renderthread/EglManager.cpp b/libs/hwui/renderthread/EglManager.cpp
index 159cf497384a..4f5f180643f3 100644
--- a/libs/hwui/renderthread/EglManager.cpp
+++ b/libs/hwui/renderthread/EglManager.cpp
@@ -29,7 +29,6 @@
#include <EGL/eglext.h>
#include <GLES/gl.h>
-#include <gui/Surface.h>
#include <system/window.h>
#include <string>
#include <vector>
diff --git a/libs/hwui/renderthread/VulkanManager.cpp b/libs/hwui/renderthread/VulkanManager.cpp
index 280f7d3489d2..510016585afc 100644
--- a/libs/hwui/renderthread/VulkanManager.cpp
+++ b/libs/hwui/renderthread/VulkanManager.cpp
@@ -17,7 +17,8 @@
#include "VulkanManager.h"
#include <android/sync.h>
-#include <gui/Surface.h>
+#include <EGL/egl.h>
+#include <EGL/eglext.h>
#include "Properties.h"
#include "RenderThread.h"