From: Dion Bosschieter Date: Thu, 12 Feb 2026 12:17:49 +0000 (+0000) Subject: nwfilter: remove redundant sys/utsname.h include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e101ad0c76f90237630ad07a0c49fc106c3b519;p=thirdparty%2Flibvirt.git nwfilter: remove redundant sys/utsname.h include There are no calls to uname() in the ebiptables driver code. Reviewed-by: Daniel P. Berrangé Signed-off-by: Dion Bosschieter [DB: split from larger patch] Signed-off-by: Daniel P. Berrangé --- diff --git a/src/nwfilter/nwfilter_ebiptables_driver.c b/src/nwfilter/nwfilter_ebiptables_driver.c index c7f6141cd9..37ec24390a 100644 --- a/src/nwfilter/nwfilter_ebiptables_driver.c +++ b/src/nwfilter/nwfilter_ebiptables_driver.c @@ -25,7 +25,6 @@ #include #include #include -#include #include "internal.h"