remove pipewire/private.h includes when possible

In many places this is not needed.
Expose pw_impl_node_set_param() for adapter.
This commit is contained in:
Wim Taymans 2023-01-20 16:08:38 +01:00
parent ee55df9f9e
commit 164e343dbf
40 changed files with 40 additions and 57 deletions

View file

@ -35,9 +35,9 @@
#include <spa/utils/result.h>
#include <spa/utils/string.h>
#include <spa/utils/json.h>
#include <spa/param/audio/format-utils.h>
#include <pipewire/impl.h>
#include <pipewire/private.h>
#include <pipewire/i18n.h>
#include <avahi-client/lookup.h>