diff options
author | Milan Zamazal <mzamazal@redhat.com> | 2024-09-02 17:42:00 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-09-02 21:50:55 +0300 |
commit | 552777c0dc53fe647ab4bcd729bc25d761a61f7c (patch) | |
tree | c9ada6d59af8e8712a8a58ad76dbd2555975a1c8 /src/ipa/libipa/matrix.h | |
parent | 682a3f1f7346a6d6f2f82ee19a1765124bfd5d69 (diff) |
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>
Diffstat (limited to 'src/ipa/libipa/matrix.h')
-rw-r--r-- | src/ipa/libipa/matrix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipa/libipa/matrix.h b/src/ipa/libipa/matrix.h index 8aa8f343..5471e697 100644 --- a/src/ipa/libipa/matrix.h +++ b/src/ipa/libipa/matrix.h @@ -7,7 +7,6 @@ #pragma once #include <algorithm> -#include <cmath> #include <sstream> #include <vector> |