fs: core: remove include of <sys/stat.h> 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 <chris.reed@arm.com>
This commit is contained in:
Chris Reed 2021-10-11 14:21:49 -05:00 committed by Anas Nashif
parent 3ff549d1a2
commit b0ad42428c

View File

@ -14,7 +14,6 @@
#include <fs/fs.h>
#include <fs/fs_sys.h>
#include <sys/check.h>
#include <sys/stat.h>
#define LOG_LEVEL CONFIG_FS_LOG_LEVEL