diff options
author | Colin Walters <walters@verbum.org> | 2022-08-03 10:37:40 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2022-08-03 10:37:40 -0400 |
commit | edba4b33be10c05253bfa94895dfbc8477e44d76 (patch) | |
tree | 0b8159e1bba75d90e94121c4aae220e4b51b5495 /src/ostree | |
parent | 5de689b84698c1da00892a2bb5b265bd8e935945 (diff) | |
download | ostree-edba4b33be10c05253bfa94895dfbc8477e44d76.tar.gz |
Remove unused `linux/fs.h` includes
Prep for fixing conflicts introduced by newer glibc.
cc https://github.com/ostreedev/ostree/issues/2685
Diffstat (limited to 'src/ostree')
-rw-r--r-- | src/ostree/ot-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ostree/ot-main.c b/src/ostree/ot-main.c index b7b50d67..7a4405a5 100644 --- a/src/ostree/ot-main.c +++ b/src/ostree/ot-main.c @@ -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" |