From fe495c4e2ee34f84d856c06d524d43512e1f4f98 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Mon, 6 Apr 2026 21:32:48 +0200 Subject: [PATCH] lib/tests: string_helpers: don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Link: https://lore.kernel.org/20260406193425.1534197-3-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko Cc: Kees Cook Signed-off-by: Andrew Morton --- lib/tests/string_helpers_kunit.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/tests/string_helpers_kunit.c b/lib/tests/string_helpers_kunit.c index cd08e79a857d..9fbe91079c7e 100644 --- a/lib/tests/string_helpers_kunit.c +++ b/lib/tests/string_helpers_kunit.c @@ -5,11 +5,16 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include + #include -#include +#include +#include +#include #include -#include +#include +#include #include +#include static void test_string_check_buf(struct kunit *test, const char *name, unsigned int flags, -- 2.47.3