diff --git a/frameworks/ans/src/reminder_store.cpp b/frameworks/ans/src/reminder_store.cpp index 7f94ea059ba4d5a788a31651870e34028be28326..a4f411dee064f676c95113b1650d5105f2374999 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 a1af36e6ef8b6912e16bfab47c9d88df5ab21b6a..c186a960346a790a678a54424182394511908713 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"