From 61b6f084ddbe837b64e49bf17ae1615d012ab127 Mon Sep 17 00:00:00 2001 From: mrzhang Date: Mon, 10 Jan 2022 20:46:55 +0800 Subject: [PATCH] remove unnecessary header files Signed-off-by: mrzhang --- support/platform/src/dac/dac_if.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/platform/src/dac/dac_if.c b/support/platform/src/dac/dac_if.c index 4d188d94..351b2b15 100644 --- a/support/platform/src/dac/dac_if.c +++ b/support/platform/src/dac/dac_if.c @@ -9,8 +9,6 @@ #include "dac_if.h" #include "dac_core.h" #include "hdf_log.h" -#include "osal_mem.h" -#include "securec.h" #define HDF_LOG_TAG dac_if_c #define DAC_SERVICE_NAME "HDF_PLATFORM_DAC_MANAGER"