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_grey.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ipa/libipa/awb_grey.h') diff --git a/src/ipa/libipa/awb_grey.h b/src/ipa/libipa/awb_grey.h index e3c34201..7ec7bfa5 100644 --- a/src/ipa/libipa/awb_grey.h +++ b/src/ipa/libipa/awb_grey.h @@ -7,8 +7,9 @@ #pragma once +#include + #include "libcamera/internal/vector.h" -#include "libcamera/internal/yaml_parser.h" #include "awb.h" #include "interpolator.h" -- cgit v1.2.1