From 512e19a82bee561b8adf11fc37413d24b01382c8 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Mon, 2 Mar 2026 10:28:08 +0100 Subject: [PATCH] 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 --- lib/math/polynomial.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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