[PATCH v5 01/18] libcamera: software_isp: Remove superfluous includes
Milan Zamazal
mzamazal at redhat.com
Fri Aug 30 09:25:37 CEST 2024
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: Laurent Pinchart <laurent.pinchart 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 1140372c..a3ae3e22 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"
--
2.44.1
More information about the libcamera-devel
mailing list