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-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_8.0;p=platform%2Fupstream%2Fmurphy.git Remove json_object_private.h because of json-c upgrade Change-Id: If6b7ab952bb12e721b5bfd4c648eb1089da1b064 --- diff --git a/packaging/murphy.spec b/packaging/murphy.spec index bf5c92f..bf2803e 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,7 +29,7 @@ Summary: Resource policy framework Name: murphy Version: 0.0.75 -Release: 28 +Release: 29 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