diff --git a/distributeddatamgr/relational_store/include/oh_cursor.h b/distributeddatamgr/relational_store/include/oh_cursor.h index 02e9549b3cf685eabbfbc5efebed5694821f8afe..839c0edacfaeb97e4ca78a086912465da6c8f5db 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 "../data/data_asset.h" #ifdef __cplusplus extern "C" { #endif diff --git a/distributeddatamgr/relational_store/include/oh_values_bucket.h b/distributeddatamgr/relational_store/include/oh_values_bucket.h index 66a923e2609a10cd404b661515bf51f3b1763b07..325b22342bfb1f0e63ae843777f531c64c08f02f 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 "../data/data_asset.h" #ifdef __cplusplus extern "C" { #endif