diff --git a/tooling/static/debugger/breakpoint.cpp b/tooling/static/debugger/breakpoint.cpp index 91e2cee99fecca1ac621614b798422471a8f470b..99fe1a6e971c6ee5d0c0270ec7a8c0e60eba7b09 100644 --- a/tooling/static/debugger/breakpoint.cpp +++ b/tooling/static/debugger/breakpoint.cpp @@ -15,7 +15,7 @@ #include "breakpoint.h" -#include "debug_info_extractor.h" +#include "libarkfile/debug_info_extractor.h" #include "error.h" #include "evaluation/evaluation_engine.h" diff --git a/tooling/static/debugger/conditional_breakpoint.cpp b/tooling/static/debugger/conditional_breakpoint.cpp index e49c80ba6ced9ccad7ce654da43184232abaf06e..b21cb9aacd6a6ced426dab6dc300f8137a83a3c6 100644 --- a/tooling/static/debugger/conditional_breakpoint.cpp +++ b/tooling/static/debugger/conditional_breakpoint.cpp @@ -15,7 +15,7 @@ #include "conditional_breakpoint.h" -#include "debug_info_extractor.h" +#include "libarkfile/debug_info_extractor.h" #include "error.h" #include "evaluation/evaluation_engine.h" diff --git a/tooling/static/debugger/debug_info_cache.cpp b/tooling/static/debugger/debug_info_cache.cpp index af65685fade0f6af92d892f2c55e4011d19c1113..6e46a85d6ae444d1de68665528dc5d1268664de9 100644 --- a/tooling/static/debugger/debug_info_cache.cpp +++ b/tooling/static/debugger/debug_info_cache.cpp @@ -15,10 +15,10 @@ #include "debug_info_cache.h" -#include "debug_info_extractor.h" +#include "libarkfile/debug_info_extractor.h" #include "include/tooling/pt_location.h" #include "libpandabase/utils/bit_utils.h" -#include "method_data_accessor.h" +#include "libarkfile/method_data_accessor.h" #include "os/mutex.h" namespace ark::tooling::inspector { diff --git a/tooling/static/types/remote_object.cpp b/tooling/static/types/remote_object.cpp index 508e4dc9673e6e061c7fd82d9f507f0c3f4a1675..268d03496831315b072d3cbc74b123791da5c90f 100644 --- a/tooling/static/types/remote_object.cpp +++ b/tooling/static/types/remote_object.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -24,7 +24,7 @@ #include #include -#include "libpandafile/helpers.h" +#include "libarkfile/helpers.h" #include "macros.h" #include "utils/json_builder.h"