From: Andy Shevchenko Date: Mon, 6 Apr 2026 19:32:48 +0000 (+0200) Subject: lib/tests: string_helpers: don't use "proxy" headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe495c4e2ee34f84d856c06d524d43512e1f4f98;p=thirdparty%2Flinux.git 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 --- 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,