From 26a1df311768708bec594d54e66f0679a13b6c6a Mon Sep 17 00:00:00 2001 From: jiangzhijun8 Date: Tue, 2 Jul 2024 13:42:05 +0800 Subject: [PATCH] Issue: https://gitee.com/openharmony/ability_ability_runtime/issues/IA9BPY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment: 配合ability_runtime更改头文件名 Signed-off-by: jiangzhijun8 --- frameworks/ans/src/reminder_store.cpp | 2 +- services/ans/src/advanced_notification_service.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/ans/src/reminder_store.cpp b/frameworks/ans/src/reminder_store.cpp index 7f94ea059..a4f411dee 100644 --- a/frameworks/ans/src/reminder_store.cpp +++ b/frameworks/ans/src/reminder_store.cpp @@ -20,7 +20,7 @@ #include #include -#include "ability_context.h" +#include "fa_ability_context.h" #include "ans_log_wrapper.h" #include "reminder_table.h" #include "reminder_table_old.h" diff --git a/services/ans/src/advanced_notification_service.cpp b/services/ans/src/advanced_notification_service.cpp index a1af36e6e..c186a9603 100644 --- a/services/ans/src/advanced_notification_service.cpp +++ b/services/ans/src/advanced_notification_service.cpp @@ -19,7 +19,7 @@ #include #include -#include "ability_context.h" +#include "fa_ability_context.h" #include "ability_info.h" #include "access_token_helper.h" #include "accesstoken_kit.h" -- Gitee