diff --git a/dap-sdk b/dap-sdk
index 22a5866cdfdcef54c256b34f26199716136962be..58fca0e0db09a54080035aa37ef1bc3e9d414bf9 160000
--- a/dap-sdk
+++ b/dap-sdk
@@ -1 +1 @@
-Subproject commit 22a5866cdfdcef54c256b34f26199716136962be
+Subproject commit 58fca0e0db09a54080035aa37ef1bc3e9d414bf9
diff --git a/modules/chain/dap_chain_ledger.c b/modules/chain/dap_chain_ledger.c
index 5007e84720ff8993d91eadfc01c47952ca7dc222..fec3110ef6fe96bd30456e5ddcd711e2cbc28037 100644
--- a/modules/chain/dap_chain_ledger.c
+++ b/modules/chain/dap_chain_ledger.c
@@ -53,8 +53,8 @@
 #include "dap_global_db.h"
 #include "dap_chain_ledger.h"
 #include "dap_chain_pvt.h"
-#include "json-c/json.h"
-#include "json-c/json_object.h"
+#include "json.h"
+#include "json_object.h"
 #include "dap_notify_srv.h"
 
 #define LOG_TAG "dap_chain_ledger"
diff --git a/modules/net/dap_chain_net.c b/modules/net/dap_chain_net.c
index be375efd104acf6995bfddc02d4e9486b629cfa8..b9c94c2ada7faf52c807119fbfa1a7ffe7600283 100644
--- a/modules/net/dap_chain_net.c
+++ b/modules/net/dap_chain_net.c
@@ -115,8 +115,8 @@
 #include "dap_chain_node_dns_client.h"
 #include "dap_module.h"
 
-#include "json-c/json.h"
-#include "json-c/json_object.h"
+#include "json.h"
+#include "json_object.h"
 #include "dap_chain_net_srv_stake_pos_delegate.h"
 #include "dap_chain_net_srv_xchange.h"