From: Khem Raj Date: Sun, 7 Aug 2022 03:21:39 +0000 (-0700) Subject: tests: Remove unused linux/fs.h header from includes X-Git-Tag: v2.1.5~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ac98b3fc7cb9c122bea4b5d1d351727eb4ea0bac;p=mtd-utils.git tests: Remove unused linux/fs.h header from includes This header is not needed, moreover it includes linux/mount.h which is now in conflict[1] with glibc provided sys/mount.h from glibc 2.36 onwards [1] https://sourceware.org/glibc/wiki/Release/2.36 Signed-off-by: Khem Raj Signed-off-by: David Oberhollenzer --- diff --git a/tests/fs-tests/lib/tests.c b/tests/fs-tests/lib/tests.c index d1a2e0c..3db0426 100644 --- a/tests/fs-tests/lib/tests.c +++ b/tests/fs-tests/lib/tests.c @@ -35,7 +35,6 @@ #include #include #include -#include #include #include "tests.h"