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

@ -31,11 +31,12 @@
#include <alsa/asoundlib.h>
#include <spa/utils/type.h>
#include <spa/node/node.h>
#include <spa/utils/type.h>
#include <spa/utils/keys.h>
#include <spa/utils/names.h>
#include <spa/utils/string.h>
#include <spa/support/log.h>
#include <spa/support/loop.h>
#include <spa/support/plugin.h>
#include <spa/support/i18n.h>

View file

@ -31,11 +31,12 @@
#include <alsa/asoundlib.h>
#include <spa/utils/type.h>
#include <spa/node/node.h>
#include <spa/utils/type.h>
#include <spa/utils/keys.h>
#include <spa/utils/names.h>
#include <spa/utils/string.h>
#include <spa/support/log.h>
#include <spa/support/loop.h>
#include <spa/support/plugin.h>
#include <spa/monitor/device.h>

View file

@ -35,7 +35,6 @@
#include <spa/utils/string.h>
#include <spa/param/audio/format.h>
#include <spa/pod/filter.h>
#include <spa/debug/pod.h>
#include "alsa-pcm.h"

View file

@ -44,7 +44,6 @@
#include <spa/param/latency-utils.h>
#include <spa/pod/filter.h>
#include <spa/debug/types.h>
#include <spa/debug/pod.h>
#include "volume-ops.h"
#include "fmt-ops.h"

View file

@ -33,7 +33,6 @@
#include <spa/utils/string.h>
#include <spa/param/audio/format.h>
#include <spa/pod/filter.h>
#include <spa/debug/pod.h>
#include "avb-pcm.h"

View file

@ -33,7 +33,6 @@
#include <spa/utils/string.h>
#include <spa/param/audio/format.h>
#include <spa/pod/filter.h>
#include <spa/debug/pod.h>
#include "avb-pcm.h"

View file

@ -44,7 +44,7 @@
#include <spa/pod/builder.h>
#include <spa/monitor/device.h>
#include <spa/monitor/utils.h>
#include <spa/debug/pod.h>
#include <spa/param/param.h>
#include "libcamera.h"
#include "libcamera-manager.hpp"

View file

@ -49,8 +49,8 @@
#include <spa/node/keys.h>
#include <spa/param/video/format-utils.h>
#include <spa/param/param.h>
#include <spa/control/control.h>
#include <spa/pod/filter.h>
#include <spa/debug/pod.h>
#include <libcamera/camera.h>
#include <libcamera/stream.h>

View file

@ -39,7 +39,7 @@
#include <spa/pod/builder.h>
#include <spa/monitor/device.h>
#include <spa/monitor/utils.h>
#include <spa/debug/pod.h>
#include <spa/param/param.h>
#include "v4l2.h"

View file

@ -45,7 +45,7 @@
#include <spa/param/param.h>
#include <spa/param/latency-utils.h>
#include <spa/pod/filter.h>
#include <spa/debug/pod.h>
#include <spa/control/control.h>
#include "v4l2.h"