From a024fb48c88b462edf85b0240c765d0cb376915e Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 26 Feb 2021 18:36:50 +0800 Subject: [PATCH] [TD-2210] : no need include syscall header. --- src/os/src/detail/osSemphone.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/os/src/detail/osSemphone.c b/src/os/src/detail/osSemphone.c index ec02c65fd6..2bf2f24487 100644 --- a/src/os/src/detail/osSemphone.c +++ b/src/os/src/detail/osSemphone.c @@ -13,8 +13,6 @@ * along with this program. If not, see . */ -#include - #define _DEFAULT_SOURCE #include "os.h" -- GitLab