From a7a8a62bcb7398b4194b37f62098da9cb1ce717e Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Mon, 18 Oct 2021 08:37:20 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dshcmd.h=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=94=A8=E5=AE=8F=E5=8C=85=E8=B5=B7=E6=9D=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E3=80=90=E8=83=8C=E6=99=AF=E3=80=91=20api?= =?UTF-8?q?=5Fshell.c=E4=B8=AD=E4=BD=BF=E7=94=A8=E4=BA=86=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6shcmd.h,=E6=B2=A1=E6=9C=89=E7=94=A8=E5=AE=8F?= =?UTF-8?q?=E5=8C=85=E8=B5=B7=E6=9D=A5=20[ERR]=20:#include:45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【修改方案】 删去包含的头文件shcmd.h,代码中没有用到该头文件中的内容 为能够顺利编译过,添加了头文件 【影响】 对现有的产品编译不会有影响。 re #I45FU2 Change-Id: I1727515883adcca1e9aaa25fc46ef1fee11fa1a9 Signed-off-by: yinjiaming --- components/net/lwip-2.1/porting/src/api_shell.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/net/lwip-2.1/porting/src/api_shell.c b/components/net/lwip-2.1/porting/src/api_shell.c index 7db6560b..5f6e3aa1 100644 --- a/components/net/lwip-2.1/porting/src/api_shell.c +++ b/components/net/lwip-2.1/porting/src/api_shell.c @@ -41,9 +41,7 @@ #include "lwip/icmp.h" #include "los_config.h" #include - -#include "shcmd.h" -#include "shell.h" +#include #include "los_debug.h" #include "los_task.h"