fix includes

Only include debug we need. We usually only need the debug types.
This commit is contained in:
Wim Taymans 2023-01-18 13:00:06 +01:00
parent 5e58e03da7
commit f472fd736d
31 changed files with 22 additions and 40 deletions

View file

@ -46,7 +46,6 @@
#include <spa/utils/string.h>
#include <spa/utils/json.h>
#include <spa/debug/types.h>
#include <spa/debug/pod.h>
#include <pipewire/pipewire.h>
#include <pipewire/i18n.h>

View file

@ -35,8 +35,6 @@
#include <spa/utils/result.h>
#include <spa/utils/string.h>
#include <spa/utils/json.h>
#include <spa/debug/pod.h>
#include <spa/debug/format.h>
#include <spa/debug/types.h>
#include <pipewire/pipewire.h>

View file

@ -30,7 +30,7 @@
#include <spa/utils/result.h>
#include <spa/utils/string.h>
#include <spa/pod/parser.h>
#include <spa/debug/pod.h>
#include <spa/debug/types.h>
#include <pipewire/impl.h>
#include <pipewire/extensions/profiler.h>

View file

@ -31,7 +31,7 @@
#include <spa/utils/result.h>
#include <spa/utils/string.h>
#include <spa/pod/parser.h>
#include <spa/debug/pod.h>
#include <spa/debug/types.h>
#include <spa/param/format-utils.h>
#include <spa/param/audio/format-utils.h>
#include <spa/param/video/format-utils.h>