From 107f503d4d981511496ba48f0c9358758b069667 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Thu, 21 Oct 2021 09:50:41 +0800 Subject: [PATCH] clear the warings of reviewbot Signed-off-by: YOUR_NAME --- test/unittest/utils/hcs_parser/unittest/hcs_parser_test.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/unittest/utils/hcs_parser/unittest/hcs_parser_test.c b/test/unittest/utils/hcs_parser/unittest/hcs_parser_test.c index c41032459..c08aa37e2 100644 --- a/test/unittest/utils/hcs_parser/unittest/hcs_parser_test.c +++ b/test/unittest/utils/hcs_parser/unittest/hcs_parser_test.c @@ -7,11 +7,7 @@ */ #include "hcs_parser_test.h" -#include "device_resource_if.h" #include "hcs_config_test.h" -#include "hdf_base.h" -#include "hdf_log.h" -#include "osal_mem.h" // add test case entry HdfTestCaseList g_hdfConfigTestCaseList[] = { -- Gitee