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.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ipa/libipa/awb_bayes.h') diff --git a/src/ipa/libipa/awb_bayes.h b/src/ipa/libipa/awb_bayes.h index 23bf8806..bb933038 100644 --- a/src/ipa/libipa/awb_bayes.h +++ b/src/ipa/libipa/awb_bayes.h @@ -7,14 +7,6 @@ #pragma once -#include -#include -#include -#include - -#include - -#include #include #include "libcamera/internal/vector.h" -- cgit v1.2.1