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:
parent
3ff549d1a2
commit
b0ad42428c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user