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
This commit is contained in:
Tom Hudson
2014-10-15 15:46:42 -04:00
parent 6cbb42186e
commit 2dc236b2ba
46 changed files with 75 additions and 52 deletions

View File

@ -25,7 +25,6 @@
#include "Debug.h"
#include "Program.h"
#include "Properties.h"
namespace android {
namespace uirenderer {