From: YoungHun Kim Date: Fri, 8 Dec 2023 07:32:18 +0000 (+0900) Subject: Remove json_object_private.h because of json-c upgrade X-Git-Tag: accepted/tizen/7.0/unified/20231213.120715^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_7.0;p=platform%2Fupstream%2Fmurphy.git Remove json_object_private.h because of json-c upgrade Change-Id: If06a187e350b9397934a7b1d3e2949cb7eab98d7 --- diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 42a4e9d..bf5c92f 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,7 +29,7 @@ Summary: Resource policy framework Name: murphy Version: 0.0.75 -Release: 27 +Release: 28 License: BSD-3-Clause Group: System/Service URL: http://01.org/murphy/ diff --git a/src/common/json.h b/src/common/json.h index c6d5cbc..51e2730 100644 --- a/src/common/json.h +++ b/src/common/json.h @@ -38,13 +38,9 @@ #ifndef JSON_INCLUDE_PATH_JSONC # include # include -/* workaround for older broken json-c not exposing json_object_iter */ -# include #else # include # include -/* workaround for older broken json-c not exposing json_object_iter */ -# include #endif #include