From fe1a87d237e3a382a81af3ff23453de46baa4cc0 Mon Sep 17 00:00:00 2001 From: liuyuxiang-bear Date: Wed, 6 Apr 2022 15:56:45 +0800 Subject: [PATCH] Description: change the code IssueNo: https://gitee.com/openharmony/ace_engine_lite/issues/I51BI1 Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: liuyuxiang --- frameworks/src/core/components/panel_view.h | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/src/core/components/panel_view.h b/frameworks/src/core/components/panel_view.h index 6812bfc..ebcb5a2 100644 --- a/frameworks/src/core/components/panel_view.h +++ b/frameworks/src/core/components/panel_view.h @@ -23,7 +23,6 @@ #include "js_fwk_common.h" #include "memory_heap.h" #include "non_copyable.h" -#include "ui_font.h" #include "ui_image_view.h" #include "ui_label.h" #include "ui_slider.h"