From 5a2e225e99244bb9b9f7fdc9e231f5a48d7c9448 Mon Sep 17 00:00:00 2001 From: YoungHun Kim Date: Fri, 8 Dec 2023 16:32:18 +0900 Subject: [PATCH] Remove json_object_private.h because of json-c upgrade Change-Id: If06a187e350b9397934a7b1d3e2949cb7eab98d7 --- packaging/murphy.spec | 2 +- src/common/json.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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 -- 2.34.1