diff --git a/distributeddatamgr/relational_store/include/oh_cursor.h b/distributeddatamgr/relational_store/include/oh_cursor.h index 02e9549b3cf685eabbfbc5efebed5694821f8afe..cc90bb41c9d9a19648a1e225733a7c2b18e6ac28 100644 --- a/distributeddatamgr/relational_store/include/oh_cursor.h +++ b/distributeddatamgr/relational_store/include/oh_cursor.h @@ -40,7 +40,7 @@ #include #include #include -#include "data_asset.h" +#include "database/data/data_asset.h" #ifdef __cplusplus extern "C" { #endif diff --git a/distributeddatamgr/relational_store/include/oh_predicates.h b/distributeddatamgr/relational_store/include/oh_predicates.h index 28808e30ba072bae4ffa1ff8521c7abea8da7bdb..751e5906ccbbbce95f3d4a6505f8fbffe677eb8d 100644 --- a/distributeddatamgr/relational_store/include/oh_predicates.h +++ b/distributeddatamgr/relational_store/include/oh_predicates.h @@ -39,7 +39,7 @@ #include #include -#include "oh_value_object.h" +#include "database/rdb/oh_value_object.h" #ifdef __cplusplus extern "C" { diff --git a/distributeddatamgr/relational_store/include/oh_values_bucket.h b/distributeddatamgr/relational_store/include/oh_values_bucket.h index 66a923e2609a10cd404b661515bf51f3b1763b07..df07df9efd0d24c09e0253d2f49063fb6137a76e 100644 --- a/distributeddatamgr/relational_store/include/oh_values_bucket.h +++ b/distributeddatamgr/relational_store/include/oh_values_bucket.h @@ -38,7 +38,7 @@ */ #include -#include "data_asset.h" +#include "database/data/data_asset.h" #ifdef __cplusplus extern "C" { #endif diff --git a/distributeddatamgr/relational_store/include/relational_store.h b/distributeddatamgr/relational_store/include/relational_store.h index f32c252d81863be1dec55c7842b740a3934666bf..3a1f477179449b0b4266dd820b55171d4aa5e6b9 100644 --- a/distributeddatamgr/relational_store/include/relational_store.h +++ b/distributeddatamgr/relational_store/include/relational_store.h @@ -37,10 +37,10 @@ * @since 10 */ -#include "oh_cursor.h" -#include "oh_predicates.h" -#include "oh_value_object.h" -#include "oh_values_bucket.h" +#include "database/rdb/oh_cursor.h" +#include "database/rdb/oh_predicates.h" +#include "database/rdb/oh_value_object.h" +#include "database/rdb/oh_values_bucket.h" #ifdef __cplusplus extern "C" {