From 3a85d1ebe6bb4fd1b83874398baeb4fc971fc96a Mon Sep 17 00:00:00 2001 From: Sertonix Date: Tue, 28 Oct 2025 20:53:52 +0100 Subject: [PATCH] opticsmon: Remove unused execinfo.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids the need to guard the include for only glibc Closes: 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 --- opticsmon/ethtool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/opticsmon/ethtool.c b/opticsmon/ethtool.c index 5ac11dfb..103644a1 100644 --- a/opticsmon/ethtool.c +++ b/opticsmon/ethtool.c @@ -1,4 +1,3 @@ -#include #include #include #include