diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2021-06-01 22:35:26 +0300 |
---|---|---|
committer | PulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org> | 2021-06-03 21:15:48 +0000 |
commit | 2a5497bac50b3fc2b866a59e70f3c25f64bbea8c (patch) | |
tree | f36396c87a5b98c9a3e8cef6de2fa6d4e95c45e2 /src/modules/bluetooth/module-bluez5-device.c | |
parent | a12d90e2edb24e756510a4f0fc523b42405a5c06 (diff) | |
download | pulseaudio-2a5497bac50b3fc2b866a59e70f3c25f64bbea8c.tar.gz |
json: remove json from public API
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/570>
Diffstat (limited to 'src/modules/bluetooth/module-bluez5-device.c')
-rw-r--r-- | src/modules/bluetooth/module-bluez5-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index 993fac302..49f318d1a 100644 --- a/src/modules/bluetooth/module-bluez5-device.c +++ b/src/modules/bluetooth/module-bluez5-device.c @@ -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> |