From 5df2ecf5c3faee03b8387e72d5c1112ddc19965e Mon Sep 17 00:00:00 2001 From: vb6174 Date: Wed, 1 Sep 2021 12:11:22 +0000 Subject: [PATCH] modify for stdint.h Signed-off-by: vb6174 --- model/audio/core/src/audio_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/model/audio/core/src/audio_core.c b/model/audio/core/src/audio_core.c index fb3581ed4..35ab6857a 100755 --- a/model/audio/core/src/audio_core.c +++ b/model/audio/core/src/audio_core.c @@ -6,8 +6,6 @@ * See the LICENSE file in the root of this repository for complete details. */ -#include "audio_core.h" - #define HDF_LOG_TAG audio_core AUDIO_LIST_HEAD(daiController); -- Gitee