diff --git a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp index 7467830fbb668e9313b00d19c39f83d4efbde1cb..46570d8fdf64651f6e11fbb7b8136837b8a49830 100644 --- a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp +++ b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp @@ -13,7 +13,7 @@ * limitations under the License. */ -#include "../../mock/include/mock_my_flag.h" +#include "mock_my_flag.h" namespace OHOS { namespace AAFwk { diff --git a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp index b67448815175ad65d71adf728ea1861d12301a50..df6130699fe533485651ad8b59493aa59348153d 100644 --- a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp +++ b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp @@ -13,8 +13,8 @@ * limitations under the License. */ -#include "../../mock/include/mock_permission_verification.h" -#include "../../mock/include/mock_my_flag.h" +#include "mock_permission_verification.h" +#include "mock_my_flag.h" namespace OHOS { namespace AAFwk {