summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.h
diff options
context:
space:
mode:
authorTom Hudson <tomhudson@google.com>2014-10-15 15:46:42 -0400
committerTom Hudson <tomhudson@google.com>2014-10-15 15:51:39 -0400
commit2dc236b2bae13b9a0ed9b3f7320502aecd7983b3 (patch)
tree0fdb6c210ba1cba9397252a69d05fdf72e6f35a9 /libs/hwui/OpenGLRenderer.h
parent6cbb42186e990c401da1e1dbc465fd58fde158a1 (diff)
downloadframeworks_base-2dc236b2bae13b9a0ed9b3f7320502aecd7983b3.zip
frameworks_base-2dc236b2bae13b9a0ed9b3f7320502aecd7983b3.tar.gz
frameworks_base-2dc236b2bae13b9a0ed9b3f7320502aecd7983b3.tar.bz2
Clean up physical coupling
Narrow the use of #include directives in hwui, replacing with forward declarations where straightforward. Speeds compiles; doesn't do any restructuring of code. Change-Id: Icac2baffb5896f55d8c6718e9bd9d4bfa02d3ca0
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
-rwxr-xr-xlibs/hwui/OpenGLRenderer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h
index 47ef1a9..4b92900 100755
--- a/libs/hwui/OpenGLRenderer.h
+++ b/libs/hwui/OpenGLRenderer.h
@@ -43,13 +43,11 @@
#include "Matrix.h"
#include "Program.h"
#include "Rect.h"
-#include "Renderer.h"
#include "Snapshot.h"
#include "StatefulBaseRenderer.h"
#include "UvMapper.h"
#include "Vertex.h"
#include "Caches.h"
-#include "CanvasProperty.h"
class SkShader;