From 24a0b3ca70e1f0c8c8ac21e61f6585b76ed938bf Mon Sep 17 00:00:00 2001 From: liuwenxin Date: Tue, 25 Apr 2023 16:04:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuwenxin --- components/fs/littlefs/lfs_adapter.c | 1 - testsuites/sample/posix/pthread/It_posix_pthread.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/components/fs/littlefs/lfs_adapter.c b/components/fs/littlefs/lfs_adapter.c index 9f877e59..9c2e2fa7 100644 --- a/components/fs/littlefs/lfs_adapter.c +++ b/components/fs/littlefs/lfs_adapter.c @@ -32,7 +32,6 @@ #define _GNU_SOURCE 1 #include "lfs_adapter.h" #include "los_config.h" -#include "los_fs.h" #include "vfs_files.h" #include "vfs_operations.h" #include "vfs_partition.h" diff --git a/testsuites/sample/posix/pthread/It_posix_pthread.h b/testsuites/sample/posix/pthread/It_posix_pthread.h index 372e7155..fabb024a 100644 --- a/testsuites/sample/posix/pthread/It_posix_pthread.h +++ b/testsuites/sample/posix/pthread/It_posix_pthread.h @@ -34,13 +34,11 @@ #include "sched.h" #include "signal.h" #include "semaphore.h" -#include "sched.h" #include "osTest.h" #include "pthread.h" #include "limits.h" #include "unistd.h" #include "mqueue.h" -#include "signal.h" #define PTHREAD_IS_ERROR (-1) #define PTHREAD_PRIORITY_TEST 20