json: remove json from public API

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/570>
This commit is contained in:
Igor V. Kovalenko 2021-06-01 22:35:26 +03:00 committed by PulseAudio Marge Bot
parent a12d90e2ed
commit 2a5497bac5
10 changed files with 8 additions and 42 deletions

View file

@ -23,9 +23,9 @@
#include <check.h>
#include <pulse/json.h>
#include <pulse/xmalloc.h>
#include <pulsecore/core-util.h>
#include <pulsecore/json.h>
START_TEST (string_test) {
pa_json_object *o;