From: Andy Shevchenko Date: Mon, 22 Apr 2024 14:33:38 +0000 (+0300) Subject: drm: fixed: Don't use "proxy" headers X-Git-Tag: v6.12-rc1~126^2~21^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=844efaef48e846b5310b0e7af5e7578762eb7e8d;p=thirdparty%2Fkernel%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 ef8bc8d72039d..1922188f00e89 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;