[v3,2/3] ipa: simple: Remove duplicate header inclusion
diff mbox series

Message ID 20260218-kbingham-awb-cleanup-v3-2-3be1269ef949@ideasonboard.com
State Accepted
Commit a1d272d7f1bf4f304c431b9d560deb03c1986a9b
Headers show
Series
  • ipa: awb: Fix and cleanup RKISP1 and Simple Awb
Related show

Commit Message

Kieran Bingham Feb. 18, 2026, 4:42 p.m. UTC
The Awb component already references libcamera/control_ids.h. Remove
the incorrect duplicate inclusion of "control_ids.h".

Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/ipa/simple/algorithms/awb.cpp | 2 --
 1 file changed, 2 deletions(-)

Patch
diff mbox series

diff --git a/src/ipa/simple/algorithms/awb.cpp b/src/ipa/simple/algorithms/awb.cpp
index 4ed1be289562..f5c88ea6f896 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)