From 1b87b016d4aae72182ebaf8b5da1dfddb890785d Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Mon, 29 Sep 2025 13:05:09 +0200 Subject: [PATCH] libutil/util_list: Remove unused header stdio.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop stdio.h as it is not used in this file. Reviewed-by: Jan Höppner Signed-off-by: Jan Polensky Signed-off-by: Jan Höppner --- libutil/util_list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libutil/util_list.c b/libutil/util_list.c index 1361a1a9..8447208c 100644 --- a/libutil/util_list.c +++ b/libutil/util_list.c @@ -9,7 +9,6 @@ * it under the terms of the MIT license. See LICENSE for details. */ -#include #include #include