From 9048d135b508dd31b233c2239a90fb6b2b635b81 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Tue, 19 Nov 2024 09:52:07 +0100 Subject: rkisp1: Use Matrix class from libcamera Use the Matrix class from libcamera/internal in the rkisp IPA so that the libipa one can be dropped later. Signed-off-by: Stefan Klug Reviewed-by: Laurent Pinchart --- src/ipa/rkisp1/ipa_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa/rkisp1/ipa_context.h') diff --git a/src/ipa/rkisp1/ipa_context.h b/src/ipa/rkisp1/ipa_context.h index 0f8ab713..deb8c196 100644 --- a/src/ipa/rkisp1/ipa_context.h +++ b/src/ipa/rkisp1/ipa_context.h @@ -21,10 +21,10 @@ #include #include "libcamera/internal/debug_controls.h" +#include "libcamera/internal/matrix.h" #include #include -#include #include namespace libcamera { -- cgit v1.2.1