Remove unused `linux/fs.h` includes
authorColin Walters <walters@verbum.org>
Wed, 3 Aug 2022 14:37:40 +0000 (10:37 -0400)
committerColin Walters <walters@verbum.org>
Wed, 3 Aug 2022 14:37:40 +0000 (10:37 -0400)
Prep for fixing conflicts introduced by newer glibc.
cc https://github.com/ostreedev/ostree/issues/2685

src/libostree/ostree-repo-commit.c
src/ostree/ot-main.c

index afab3fdf85c6c0abee235f222b3b037aad3a72b8..35b16c713b7821fa6b627f9f411de0abf2bb2100 100644 (file)
@@ -30,7 +30,6 @@
 #include <sys/xattr.h>
 #include <glib/gprintf.h>
 #include <sys/ioctl.h>
-#include <linux/fs.h>
 #include <ext2fs/ext2_fs.h>
 
 #include "otutil.h"
index b7b50d67e34a7e9e0b2eae3787d47704c0d8aedb..7a4405a50d0f4c5589955ac220ba38b13ae08d91 100644 (file)
@@ -28,7 +28,6 @@
 #include <string.h>
 #include <sys/statvfs.h>
 #include <sys/mount.h>
-#include <linux/fs.h>
 
 #include "ot-main.h"
 #include "ostree.h"