From b0ad42428c01b778e6dd3fd8e12e7a12e1d057dc Mon Sep 17 00:00:00 2001 From: Chris Reed Date: Mon, 11 Oct 2021 14:21:49 -0500 Subject: [PATCH] fs: core: remove include of from fs.c. This include is not used at all by fs.c. Zephyr includes a minimal sys/stat.h, but only for the minimal libc. Signed-off-by: Chris Reed --- subsys/fs/fs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/fs/fs.c b/subsys/fs/fs.c index 72bc587b1a3..32963617442 100644 --- a/subsys/fs/fs.c +++ b/subsys/fs/fs.c @@ -14,7 +14,6 @@ #include #include #include -#include #define LOG_LEVEL CONFIG_FS_LOG_LEVEL