[libcamera-devel] [PATCH v3 2/5] libcamera: converter: drop unnecessary #include directive
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sat Sep 30 11:16:25 CEST 2023
Hi Andrey,
Thank you for the patch.
On Thu, Sep 28, 2023 at 09:55:34PM +0300, Andrey Konovalov via libcamera-devel wrote:
> libcamera/internal/media_device.h includes linux/media.h already.
>
> Signed-off-by: Andrey Konovalov <andrey.konovalov at linaro.org>
> Suggested-by: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> src/libcamera/converter.cpp | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/src/libcamera/converter.cpp b/src/libcamera/converter.cpp
> index 15701363..aca4fbc7 100644
> --- a/src/libcamera/converter.cpp
> +++ b/src/libcamera/converter.cpp
> @@ -13,8 +13,6 @@
>
> #include "libcamera/internal/media_device.h"
>
> -#include "linux/media.h"
> -
> /**
> * \file internal/converter.h
> * \brief Abstract converter
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list