protocol-pulse: remove private.h include

See #3243
This commit is contained in:
Wim Taymans 2023-07-11 19:37:49 +02:00
parent 0dcbbcad01
commit ad71dd89a2
2 changed files with 7 additions and 2 deletions

View file

@ -10,10 +10,14 @@
#include <stdlib.h>
#include <string.h>
#include <spa/pod/builder.h>
#include <spa/utils/defs.h>
#include <spa/utils/dict.h>
#include <spa/utils/string.h>
#include <spa/utils/json.h>
#include <spa/param/audio/format.h>
#include <spa/param/props.h>
#include <pipewire/log.h>
#include <pipewire/properties.h>