From c7bf315c17d281ff59117a4d249c085774c0e454 Mon Sep 17 00:00:00 2001 From: jiangchunli Date: Thu, 16 May 2024 17:14:32 +0800 Subject: [PATCH] Fix the problem of abnormal printing in avplayer napi. Signed-off-by: jiangchunli --- services/drm_service/ipc/drm_death_recipient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/services/drm_service/ipc/drm_death_recipient.h b/services/drm_service/ipc/drm_death_recipient.h index 29bb6d9..33cee0e 100644 --- a/services/drm_service/ipc/drm_death_recipient.h +++ b/services/drm_service/ipc/drm_death_recipient.h @@ -18,7 +18,6 @@ #include "iremote_object.h" #include "nocopyable.h" -#include "drm_log.h" namespace OHOS { namespace DrmStandard { -- Gitee