]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
remove duplicate includes
authorKarel Zak <kzak@redhat.com>
Mon, 17 Feb 2025 14:22:06 +0000 (15:22 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Feb 2025 19:45:01 +0000 (20:45 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/lscpu-virt.c
sys-utils/nsenter.c

index ea4b36d7a72af8865f3176f245da10938fd0364f..a4fc171b8d31d4a37af6e6c8d6b5def3b0a3af52 100644 (file)
@@ -27,7 +27,6 @@
 
 #ifdef INCLUDE_VMWARE_BDOOR
 # include <stdint.h>
-# include <signal.h>
 # include <strings.h>
 # include <setjmp.h>
 # ifdef HAVE_SYS_IO_H
index 214893d1a9424be1b7c6fc18cbe850c81c2e6699..136931a9c000ac486cd9ed49bbe375910d7d00b7 100644 (file)
@@ -23,7 +23,6 @@
 #include <grp.h>
 #include <sys/stat.h>
 #include <sys/statfs.h>
-#include <stdbool.h>
 
 #include <sys/ioctl.h>
 #include <linux/sockios.h>