From: Andy Shevchenko Date: Mon, 2 Mar 2026 09:28:08 +0000 (+0100) Subject: lib: math: polynomial: don't use 'proxy' headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512e19a82bee561b8adf11fc37413d24b01382c8;p=thirdparty%2Fkernel%2Fstable.git lib: math: polynomial: don't use 'proxy' headers Update header inclusions to follow IWYU (Include What You Use) principle. Link: https://lkml.kernel.org/r/20260302092831.2267785-3-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko Reviewed-by: Kuan-Wei Chiu Cc: Randy Dunlap Signed-off-by: Andrew Morton --- diff --git a/lib/math/polynomial.c b/lib/math/polynomial.c index 66d383445fec..8c622099ef81 100644 --- a/lib/math/polynomial.c +++ b/lib/math/polynomial.c @@ -10,7 +10,8 @@ * */ -#include +#include +#include #include #include