[PATCH v3 05/23] libcamera: software_isp: Remove superfluous includes

Dan Scally dan.scally at ideasonboard.com
Mon Aug 12 15:02:17 CEST 2024


Hi Milan, thanks for the series

On 17/07/2024 09:54, Milan Zamazal wrote:
> Remove unused libcamera internal headers bayer_format.h, framebuffer.h
> and mapped_frameBuffer.h.
>
> Signed-off-by: Milan Zamazal <mzamazal at redhat.com>
> Reviewed-by: Umang Jain <umang.jain at ideasonboard.com>
> ---
Reviewed-by: Daniel Scally <dan.scally at ideasonboard.com>
>   src/libcamera/software_isp/software_isp.cpp | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/src/libcamera/software_isp/software_isp.cpp b/src/libcamera/software_isp/software_isp.cpp
> index c8748d88..a7e9058e 100644
> --- a/src/libcamera/software_isp/software_isp.cpp
> +++ b/src/libcamera/software_isp/software_isp.cpp
> @@ -16,10 +16,7 @@
>   #include <libcamera/formats.h>
>   #include <libcamera/stream.h>
>   
> -#include "libcamera/internal/bayer_format.h"
> -#include "libcamera/internal/framebuffer.h"
>   #include "libcamera/internal/ipa_manager.h"
> -#include "libcamera/internal/mapped_framebuffer.h"
>   #include "libcamera/internal/software_isp/debayer_params.h"
>   
>   #include "debayer_cpu.h"


More information about the libcamera-devel mailing list