From bf3810ea6a367d80c6e26491045462f2ea962457 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Tue, 28 Oct 2025 18:02:43 +0100 Subject: [PATCH] libutil/util_opt: Remove unused argz.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github-ID: https://github.com/ibm-s390-linux/s390-tools/pull/193 Signed-off-by: Sertonix Reviewed-by: Steffen Eiden Reviewed-by: Jan Höppner Signed-off-by: Jan Höppner --- libutil/util_opt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libutil/util_opt.c b/libutil/util_opt.c index 2e59687e..48c25140 100644 --- a/libutil/util_opt.c +++ b/libutil/util_opt.c @@ -9,7 +9,6 @@ * it under the terms of the MIT license. See LICENSE for details. */ -#include #include #include #include