From 2dc236b2bae13b9a0ed9b3f7320502aecd7983b3 Mon Sep 17 00:00:00 2001 From: Tom Hudson Date: Wed, 15 Oct 2014 15:46:42 -0400 Subject: 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 --- libs/hwui/PatchCache.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/hwui/PatchCache.cpp') 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 #include "Caches.h" +#include "Patch.h" #include "PatchCache.h" #include "Properties.h" -- cgit v1.2.3-59-g8ed1b