From 552777c0dc53fe647ab4bcd729bc25d761a61f7c Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Mon, 2 Sep 2024 17:42:00 +0200 Subject: libcamera: libipa: Remove unused includes The includes that are not used can be removed. And two identified missing includes (directly used but available only through other includes) are added. Signed-off-by: Milan Zamazal Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/libipa/pwl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ipa/libipa/pwl.h') diff --git a/src/ipa/libipa/pwl.h b/src/ipa/libipa/pwl.h index b6f93494..d4ec9f4f 100644 --- a/src/ipa/libipa/pwl.h +++ b/src/ipa/libipa/pwl.h @@ -7,14 +7,11 @@ #pragma once #include -#include #include #include #include #include -#include "libcamera/internal/yaml_parser.h" - #include "vector.h" namespace libcamera { -- cgit v1.2.1