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

@ -27,7 +27,6 @@
#include <arpa/inet.h>
#include <pulse/json.h>
#include <pulse/rtclock.h>
#include <pulse/timeval.h>
#include <pulse/utf8.h>
@ -37,6 +36,7 @@
#include <pulsecore/core-rtclock.h>
#include <pulsecore/core-util.h>
#include <pulsecore/i18n.h>
#include <pulsecore/json.h>
#include <pulsecore/message-handler.h>
#include <pulsecore/module.h>
#include <pulsecore/modargs.h>