Remove json_object_private.h because of json-c upgrade 65/302665/1 tizen_8.0
authorYoungHun Kim <yh8004.kim@samsung.com>
Fri, 8 Dec 2023 07:32:18 +0000 (16:32 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 11 Dec 2023 22:13:32 +0000 (07:13 +0900)
Change-Id: If6b7ab952bb12e721b5bfd4c648eb1089da1b064

packaging/murphy.spec
src/common/json.h

index bf5c92f40a4e717db476558f8d06f03a6765d30d..bf2803e1825dde89a96b87ec2e7e18620a1ca9fa 100644 (file)
@@ -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/
index c6d5cbc65d7307fc2682770d67c167f77388aa8f..51e2730ed9b230913da36f13ddcdccca7c10f6a3 100644 (file)
 #ifndef JSON_INCLUDE_PATH_JSONC
 #    include <json/json.h>
 #    include <json/linkhash.h>
-/* workaround for older broken json-c not exposing json_object_iter */
-#    include <json/json_object_private.h>
 #else
 #    include <json-c/json.h>
 #    include <json-c/linkhash.h>
-/* workaround for older broken json-c not exposing json_object_iter */
-#    include <json-c/json_object_private.h>
 #endif
 
 #include <murphy/common/macros.h>