From a1d272d7f1bf4f304c431b9d560deb03c1986a9b Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 18 Feb 2026 16:42:42 +0000 Subject: [PATCH] ipa: simple: Remove duplicate header inclusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Awb component already references libcamera/control_ids.h. Remove the incorrect duplicate inclusion of "control_ids.h". Reviewed-by: Barnabás Pőcze Reviewed-by: Milan Zamazal Signed-off-by: Kieran Bingham --- src/ipa/simple/algorithms/awb.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ipa/simple/algorithms/awb.cpp b/src/ipa/simple/algorithms/awb.cpp index 4ed1be28..f5c88ea6 100644 --- a/src/ipa/simple/algorithms/awb.cpp +++ b/src/ipa/simple/algorithms/awb.cpp @@ -17,8 +17,6 @@ #include "libipa/colours.h" #include "simple/ipa_context.h" -#include "control_ids.h" - namespace libcamera { LOG_DEFINE_CATEGORY(IPASoftAwb)