From 931df01e2e21719d9a528e5c3b6c07afae38649b Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Thu, 11 Nov 2021 11:57:07 +0800 Subject: [PATCH] chore: clean "bits/xx.h" includes Signed-off-by: Caoruihong Change-Id: Ia4db457ec704121aa5f0daac17ecee6da8395d63 --- components/fs/littlefs/lfs_api.h | 1 - testsuites/unittest/posix/src/fs/posix_fs_func_test.c | 1 - 2 files changed, 2 deletions(-) diff --git a/components/fs/littlefs/lfs_api.h b/components/fs/littlefs/lfs_api.h index 9d0ccbf3..e58e695a 100644 --- a/components/fs/littlefs/lfs_api.h +++ b/components/fs/littlefs/lfs_api.h @@ -32,7 +32,6 @@ #ifndef _LFS_API_H_ #define _LFS_API_H_ -#include "bits/alltypes.h" #include "fcntl.h" #include "sys/stat.h" diff --git a/testsuites/unittest/posix/src/fs/posix_fs_func_test.c b/testsuites/unittest/posix/src/fs/posix_fs_func_test.c index 393d7efd..5525c825 100644 --- a/testsuites/unittest/posix/src/fs/posix_fs_func_test.c +++ b/testsuites/unittest/posix/src/fs/posix_fs_func_test.c @@ -41,7 +41,6 @@ #include "los_config.h" #include "kernel_test.h" #include "log.h" -#include #include #include #include "sys/stat.h" -- GitLab