Cleanup includes in hwc2_device/ per IWYU style
Change-Id: If7440aa7796ea8d48cb2767ae3a57d853d535135
This commit is contained in:
parent
e76c0c751d
commit
5337905df6
3 changed files with 9 additions and 6 deletions
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
#include <cinttypes>
|
||||
|
||||
#include "compositor/CompositionPlanner.h"
|
||||
#include "utils/log.h"
|
||||
#include "drm/DrmHwc.h"
|
||||
#include "hwc/HwcDisplay.h"
|
||||
|
||||
namespace android::drm_hwcomposer {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include <hardware/hwcomposer2.h>
|
||||
|
||||
#include "drm/DrmHwc.h"
|
||||
#include "hwc/HwcDisplay.h"
|
||||
|
||||
namespace android::drm_hwcomposer {
|
||||
|
||||
|
|
|
|||
|
|
@ -25,15 +25,17 @@
|
|||
#include <optional>
|
||||
|
||||
#include <cutils/native_handle.h>
|
||||
#include <hardware/hwcomposer2.h>
|
||||
#include <system/graphics-base-v1.1.h>
|
||||
#include <ui/GraphicTypes.h>
|
||||
|
||||
#include "DrmHwcTwo.h"
|
||||
#include "compositor/CompositionPlanner.h"
|
||||
#include "bufferinfo/BufferInfoGetter.h"
|
||||
#include "compositor/DisplayInfo.h"
|
||||
#include "hardware/hwcomposer2.h"
|
||||
#include "hwc/HwcDisplay.h"
|
||||
#include "hwc/HwcLayer.h"
|
||||
#include "system/graphics-base-v1.1.h"
|
||||
#include "hwc2_device/DrmHwcTwo.h"
|
||||
#include "utils/log.h"
|
||||
#include "utils/properties.h"
|
||||
|
||||
namespace android::drm_hwcomposer {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue