]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/procfs: remove duplicate statfs_magic.h include
authorKarel Zak <kzak@redhat.com>
Thu, 26 Feb 2026 10:13:40 +0000 (11:13 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Feb 2026 10:51:38 +0000 (11:51 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/procfs.c

index 1f6b01a858943b25e0719ed1bb59ac1ff03d9bc7..ea677d6bf5c7ee49565ee586664cfe4f6d781375 100644 (file)
@@ -10,7 +10,6 @@
 
 #ifdef HAVE_SYS_VFS_H
 # include <sys/vfs.h>
-# include "statfs_magic.h"
 #endif
 
 #include "c.h"