summaryrefslogtreecommitdiff
path: root/include/private
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2017-02-07 17:36:19 -0800
committerMathias Agopian <mathias@google.com>2017-02-07 17:36:19 -0800
commit2b5dd4062dd951b2cafc4b80bd3a1813b013d71a (patch)
tree04c3a4ee5e9ad39515689d0dadbed2370b7c6720 /include/private
parent39fe1d879cc2e55d4d3c3f7445977c674b97c472 (diff)
downloadnative-2b5dd4062dd951b2cafc4b80bd3a1813b013d71a.tar.gz
Fix include dependencies
Some headers included other headers they didn’t need. This is trying to reduce the dependencies of Surface.h / Surface.cpp on the rest of the world. Test: compiled Bug: not applicable Change-Id: Ibb5de1308a387394a1367638c3b7f26b5549ce6a
Diffstat (limited to 'include/private')
-rw-r--r--include/private/gui/ComposerService.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/gui/ComposerService.h b/include/private/gui/ComposerService.h
index ff2f9bf0f7..50bd742b6a 100644
--- a/include/private/gui/ComposerService.h
+++ b/include/private/gui/ComposerService.h
@@ -28,7 +28,6 @@ namespace android {
// ---------------------------------------------------------------------------
-class IMemoryHeap;
class ISurfaceComposer;
// ---------------------------------------------------------------------------