pipewire: remove cleanup.h

Since `spa/utils/cleanup.h` is not a private header anymore, there is
no need for a separate `pipewire/cleanup.h` since the definitions of
the cleanup routines can now be moved into the respective headers.
This commit is contained in:
Barnabás Pőcze 2024-05-12 17:17:08 +02:00
parent 80df1957bf
commit b3bd026699
25 changed files with 23 additions and 43 deletions

View file

@ -30,6 +30,7 @@
#include "config.h"
#include <spa/utils/cleanup.h>
#include <spa/utils/result.h>
#include <spa/utils/string.h>
#include <spa/utils/json.h>
@ -40,7 +41,6 @@
#include <spa/param/audio/raw.h>
#include <spa/param/latency-utils.h>
#include <pipewire/cleanup.h>
#include <pipewire/impl.h>
#include <pipewire/i18n.h>