remove RT_USING_LIBC from dfs_fs.h

This commit is contained in:
Meco Man
2021-11-09 18:40:53 -05:00
parent 80750271c9
commit 2b7d12661e

View File

@@ -12,10 +12,9 @@
#define __DFS_FS_H__
#include <dfs.h>
#ifdef RT_USING_LIBC
#include <sys/types.h>
#endif
#include <sys/errno.h>
#ifdef __cplusplus
extern "C" {
#endif