| Message ID | 20260202-kbingham-fixups-v1-3-7d7dd4b2a27b@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
Kieran Bingham <kieran.bingham@ideasonboard.com> writes: > The Awb component already references libcamera/control_ids.h. Remove > the incorrect duplicate inclusion of "control_ids.h". > > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> > --- > 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 6fdaacaba3183bc2efa348c4182b90201006b826..6369193c686c0c69de88cb60756a00557dbdbbd9 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)
diff --git a/src/ipa/simple/algorithms/awb.cpp b/src/ipa/simple/algorithms/awb.cpp index 6fdaacaba3183bc2efa348c4182b90201006b826..6369193c686c0c69de88cb60756a00557dbdbbd9 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)
The Awb component already references libcamera/control_ids.h. Remove the incorrect duplicate inclusion of "control_ids.h". Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- src/ipa/simple/algorithms/awb.cpp | 2 -- 1 file changed, 2 deletions(-)