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 <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
682a3f1f73
commit
552777c0dc
@@ -6,15 +6,8 @@
|
||||
*/
|
||||
#include "matrix_interpolator.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include <libcamera/base/log.h>
|
||||
|
||||
#include "libcamera/internal/yaml_parser.h"
|
||||
|
||||
#include "matrix.h"
|
||||
|
||||
/**
|
||||
* \file matrix_interpolator.h
|
||||
* \brief Helper class for interpolating maps of matrices
|
||||
|
||||
Reference in New Issue
Block a user