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 <stdlib.h>
#include <string.h> #include <string.h>
#include <spa/pod/builder.h>
#include <spa/utils/defs.h> #include <spa/utils/defs.h>
#include <spa/utils/dict.h> #include <spa/utils/dict.h>
#include <spa/utils/string.h> #include <spa/utils/string.h>
#include <spa/utils/json.h> #include <spa/utils/json.h>
#include <spa/param/audio/format.h>
#include <spa/param/props.h>
#include <pipewire/log.h> #include <pipewire/log.h>
#include <pipewire/properties.h> #include <pipewire/properties.h>

View file

@ -10,10 +10,11 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <spa/utils/result.h>
#include <spa/utils/defs.h> #include <spa/utils/defs.h>
#include <spa/utils/ratelimit.h>
#include <spa/utils/ringbuffer.h> #include <spa/utils/ringbuffer.h>
#include <pipewire/map.h> #include <pipewire/impl.h>
#include <pipewire/private.h>
#include "format.h" #include "format.h"
#include "server.h" #include "server.h"