diff options
author | Fedor Kudasov <kudasov@google.com> | 2019-07-31 15:58:16 +0100 |
---|---|---|
committer | Fedor Kudasov <kudasov@google.com> | 2019-07-31 15:04:41 +0000 |
commit | 85d6f10a0f4f4b563ce9bea9133b5662c35c94eb (patch) | |
tree | 4b2425b84c1b5aaa4979142adf9b2659043d71ed /libs/hwui/renderthread/RenderThread.h | |
parent | cf141432dbb933359aebad53aa81f36b4d9412a2 (diff) |
Include more precise dependencies
Bug: 117921091
Test: all tests should pass
Change-Id: I3be0eeef413aaf69a3a9e27e0bc7f2841a1f5f95
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h index c96e284df6b4..df7eeb398847 100644 --- a/libs/hwui/renderthread/RenderThread.h +++ b/libs/hwui/renderthread/RenderThread.h @@ -19,8 +19,8 @@ #include "RenderTask.h" -#include "../JankTracker.h" #include "CacheManager.h" +#include "ProfileDataContainer.h" #include "TimeLord.h" #include "WebViewFunctorManager.h" #include "thread/ThreadBase.h" |