From d97d2a58adaf284860fdf5d1f6785d779ab6e24a Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Tue, 10 Feb 2026 17:37:55 +0100 Subject: [PATCH] libcamera: software_isp: Remove redundant include of time.h The header file is not used in debayer_cpu.cpp any more. Signed-off-by: Milan Zamazal Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/libcamera/software_isp/debayer_cpu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcamera/software_isp/debayer_cpu.cpp b/src/libcamera/software_isp/debayer_cpu.cpp index d0988357..e7b01210 100644 --- a/src/libcamera/software_isp/debayer_cpu.cpp +++ b/src/libcamera/software_isp/debayer_cpu.cpp @@ -14,7 +14,6 @@ #include #include #include -#include #include #include