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.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ipa/libipa/pwl.cpp') diff --git a/src/ipa/libipa/pwl.cpp b/src/ipa/libipa/pwl.cpp index 9b213754..88fe2022 100644 --- a/src/ipa/libipa/pwl.cpp +++ b/src/ipa/libipa/pwl.cpp @@ -8,10 +8,8 @@ #include "pwl.h" -#include #include #include -#include /** * \file pwl.h -- cgit v1.2.1