From 2f1fdc90f4600626afd6a7e885b3ccd95b7a6591 Mon Sep 17 00:00:00 2001 From: weli-l <1289113577@qq.com> Date: Mon, 30 Jun 2025 16:47:54 +0800 Subject: [PATCH] remove json deps Signed-off-by: weli-l <1289113577@qq.com> --- systrace/CMakeLists.txt | 1 - systrace/src/mspti/json_file_writer.h | 1 - 2 files changed, 2 deletions(-) diff --git a/systrace/CMakeLists.txt b/systrace/CMakeLists.txt index bcefed6..dfa2e04 100644 --- a/systrace/CMakeLists.txt +++ b/systrace/CMakeLists.txt @@ -72,6 +72,5 @@ target_link_libraries(sysTrace_hook ${CMAKE_THREAD_LIBS} pthread os_probe - jsoncpp -ldl ) diff --git a/systrace/src/mspti/json_file_writer.h b/systrace/src/mspti/json_file_writer.h index 7de2112..2cc2658 100644 --- a/systrace/src/mspti/json_file_writer.h +++ b/systrace/src/mspti/json_file_writer.h @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include -- Gitee