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 <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
0c43b77759
commit
460a955618
1 changed files with 1 additions and 2 deletions
|
@ -17,10 +17,9 @@
|
|||
#include <libcamera/base/log.h>
|
||||
#include <libcamera/base/span.h>
|
||||
|
||||
#include "libcamera/internal/matrix.h"
|
||||
#include "libcamera/internal/yaml_parser.h"
|
||||
|
||||
#include "matrix.h"
|
||||
|
||||
namespace libcamera {
|
||||
|
||||
LOG_DECLARE_CATEGORY(Vector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue