From: Andy Shevchenko Date: Mon, 22 Apr 2024 14:33:38 +0000 (+0300) Subject: drm: fixed: Don't use "proxy" headers X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=844efaef48e846b5310b0e7af5e7578762eb7e8d;p=users%2Fwilly%2Flinux.git drm: fixed: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Reviewed-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20240422143338.2026791-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jani Nikula --- diff --git a/include/drm/drm_fixed.h b/include/drm/drm_fixed.h index ef8bc8d72039..1922188f00e8 100644 --- a/include/drm/drm_fixed.h +++ b/include/drm/drm_fixed.h @@ -25,8 +25,9 @@ #ifndef DRM_FIXED_H #define DRM_FIXED_H -#include #include +#include +#include typedef union dfixed { u32 full;