1
0
Fork 0

Cleanup includes in hwc2_device/ per IWYU style

Change-Id: If7440aa7796ea8d48cb2767ae3a57d853d535135
This commit is contained in:
Andrew Wolfers 2025-11-11 18:14:28 +00:00
parent e76c0c751d
commit 5337905df6
3 changed files with 9 additions and 6 deletions

View file

@ -20,8 +20,8 @@
#include <cinttypes> #include <cinttypes>
#include "compositor/CompositionPlanner.h" #include "drm/DrmHwc.h"
#include "utils/log.h" #include "hwc/HwcDisplay.h"
namespace android::drm_hwcomposer { namespace android::drm_hwcomposer {

View file

@ -19,6 +19,7 @@
#include <hardware/hwcomposer2.h> #include <hardware/hwcomposer2.h>
#include "drm/DrmHwc.h" #include "drm/DrmHwc.h"
#include "hwc/HwcDisplay.h"
namespace android::drm_hwcomposer { namespace android::drm_hwcomposer {

View file

@ -25,15 +25,17 @@
#include <optional> #include <optional>
#include <cutils/native_handle.h> #include <cutils/native_handle.h>
#include <hardware/hwcomposer2.h>
#include <system/graphics-base-v1.1.h>
#include <ui/GraphicTypes.h> #include <ui/GraphicTypes.h>
#include "DrmHwcTwo.h" #include "bufferinfo/BufferInfoGetter.h"
#include "compositor/CompositionPlanner.h"
#include "compositor/DisplayInfo.h" #include "compositor/DisplayInfo.h"
#include "hardware/hwcomposer2.h" #include "hwc/HwcDisplay.h"
#include "hwc/HwcLayer.h" #include "hwc/HwcLayer.h"
#include "system/graphics-base-v1.1.h" #include "hwc2_device/DrmHwcTwo.h"
#include "utils/log.h" #include "utils/log.h"
#include "utils/properties.h"
namespace android::drm_hwcomposer { namespace android::drm_hwcomposer {