ipa: simple: Remove duplicate header inclusion

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>
This commit is contained in:
Kieran Bingham
2026-02-18 16:42:42 +00:00
parent dcfe6afb49
commit a1d272d7f1
-2
View File
@@ -17,8 +17,6 @@
#include "libipa/colours.h"
#include "simple/ipa_context.h"
#include "control_ids.h"
namespace libcamera {
LOG_DEFINE_CATEGORY(IPASoftAwb)