]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: remove unnecessary include
authorKarel Zak <kzak@redhat.com>
Wed, 21 Aug 2024 18:28:45 +0000 (20:28 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:43 +0000 (13:57 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/samples/statmount.c

index c480206cf60b31f1f7b737fa51ecc192c0c572e4..3e5f2f8b2b7a8399959c2632d18d5708dc4d35d7 100644 (file)
@@ -10,8 +10,6 @@
 #include "strutils.h"
 #include "libmount.h"
 
-#include <linux/mount.h>       /* STATMOUNT_* masks */
-
 #include "mount-api-utils.h"   /* fallback for old linux/mount.h */
 
 int main(int argc, char *argv[])