From 460a955618ac4033250b8dff69f255bf35e0fc17 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Mon, 11 Nov 2024 15:07:21 +0100 Subject: libipa: Use Matrix class from libcamera Use the Matrix class from libcamera/internal in libipa so that the one from libipa can be dropped later. Signed-off-by: Stefan Klug Reviewed-by: Laurent Pinchart --- src/ipa/libipa/vector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ipa/libipa') diff --git a/src/ipa/libipa/vector.h b/src/ipa/libipa/vector.h index 9bdd54b6..fe33c9d6 100644 --- a/src/ipa/libipa/vector.h +++ b/src/ipa/libipa/vector.h @@ -17,10 +17,9 @@ #include #include +#include "libcamera/internal/matrix.h" #include "libcamera/internal/yaml_parser.h" -#include "matrix.h" - namespace libcamera { LOG_DECLARE_CATEGORY(Vector) -- cgit v1.2.1