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 <andriy.shevchenko@linux.intel.com>
Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Andy Shevchenko 2026-03-02 10:28:08 +01:00 committed by Andrew Morton
parent 7eece6917c
commit 512e19a82b

View File

@ -10,7 +10,8 @@
*
*/
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/math.h>
#include <linux/module.h>
#include <linux/polynomial.h>