From 643af7f2e79382e4534bb423ecb09d613c3664de Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 23 Feb 2025 23:12:40 +0200 Subject: libipa: awb: Tidy up includes Drop unneeded headers and add missing ones. The yaml_parser.h header is dropped from awb_grey.h as the classes it provides are only used in virtual functions defined by the base class, so any required definitions are guaranteed to be available already. Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug --- src/ipa/libipa/awb_bayes.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ipa/libipa/awb_bayes.cpp') diff --git a/src/ipa/libipa/awb_bayes.cpp b/src/ipa/libipa/awb_bayes.cpp index 9287b884..5526c90f 100644 --- a/src/ipa/libipa/awb_bayes.cpp +++ b/src/ipa/libipa/awb_bayes.cpp @@ -8,7 +8,12 @@ #include "awb_bayes.h" +#include #include +#include +#include +#include +#include #include #include -- cgit v1.2.1