Cleanup includes in stats/ per IWYU style
Change-Id: I49b9bc58961ff8efee630f8eedaf6763a6a91cba
This commit is contained in:
parent
a9ff98d59f
commit
b7eb6f087f
4 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "stats/CompositionStats.h"
|
||||
#include "CompositionStats.h"
|
||||
|
||||
namespace android::drm_hwcomposer {
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
#include "CompositionStats.h"
|
||||
#include "compositor/CompositionPlanner.h"
|
||||
#include "stats/CompositionStats.h"
|
||||
|
||||
namespace android::drm_hwcomposer {
|
||||
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@
|
|||
#include <aidl/android/frameworks/stats/IStats.h>
|
||||
#include <android/binder_manager.h>
|
||||
|
||||
#include "CompositionStats.h"
|
||||
#include "compositor/CompositionPlanner.h"
|
||||
#include "desktopatoms.h"
|
||||
#include "stats/CompositionStats.h"
|
||||
#include "utils/log.h"
|
||||
|
||||
using aidl::android::frameworks::stats::IStats;
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "stats/CompositionStats.h"
|
||||
|
||||
#include <condition_variable>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
|
@ -25,6 +23,8 @@
|
|||
|
||||
#include <android-base/thread_annotations.h>
|
||||
|
||||
#include "stats/CompositionStats.h"
|
||||
|
||||
namespace android::drm_hwcomposer {
|
||||
|
||||
class CompositionStatsAtomReporter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue