summaryrefslogtreecommitdiff
path: root/libs/hwui/PatchCache.cpp
diff options
context:
space:
mode:
author Tom Hudson <tomhudson@google.com> 2014-10-15 15:46:42 -0400
committer Tom Hudson <tomhudson@google.com> 2014-10-15 15:51:39 -0400
commit2dc236b2bae13b9a0ed9b3f7320502aecd7983b3 (patch)
tree0fdb6c210ba1cba9397252a69d05fdf72e6f35a9 /libs/hwui/PatchCache.cpp
parent6cbb42186e990c401da1e1dbc465fd58fde158a1 (diff)
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/PatchCache.cpp')
-rw-r--r--libs/hwui/PatchCache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/PatchCache.cpp b/libs/hwui/PatchCache.cpp
index 2f2debc89dd1..1920fcfeebc9 100644
--- a/libs/hwui/PatchCache.cpp
+++ b/libs/hwui/PatchCache.cpp
@@ -20,6 +20,7 @@
#include <utils/Log.h>
#include "Caches.h"
+#include "Patch.h"
#include "PatchCache.h"
#include "Properties.h"