diff options
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 |
commit | 2dc236b2bae13b9a0ed9b3f7320502aecd7983b3 (patch) | |
tree | 0fdb6c210ba1cba9397252a69d05fdf72e6f35a9 /libs/hwui/AnimatorManager.h | |
parent | 6cbb42186e990c401da1e1dbc465fd58fde158a1 (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/AnimatorManager.h')
-rw-r--r-- | libs/hwui/AnimatorManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/AnimatorManager.h b/libs/hwui/AnimatorManager.h index d03d4272e34d..fb75eb8599b4 100644 --- a/libs/hwui/AnimatorManager.h +++ b/libs/hwui/AnimatorManager.h @@ -21,7 +21,6 @@ #include <cutils/compiler.h> #include <utils/StrongPointer.h> -#include "TreeInfo.h" #include "utils/Macros.h" namespace android { @@ -30,6 +29,7 @@ namespace uirenderer { class AnimationHandle; class BaseRenderNodeAnimator; class RenderNode; +class TreeInfo; // Responsible for managing the animators for a single RenderNode class AnimatorManager { |