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

@ -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>