diff options
author | Milan Zamazal <mzamazal@redhat.com> | 2024-09-02 17:41:58 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-09-02 21:36:04 +0300 |
commit | e4c6eb95a9e97833ec9878ad47b37f641d6bd7c6 (patch) | |
tree | 5c9150fec1df3a4de4f161417e9cbad1e3016017 /src/ipa/rkisp1/algorithms/ccm.cpp | |
parent | 759b0731d2ec50c11d0a6be496f62e3c05723cc2 (diff) |
libcamera: rkisp1: Remove unused includes
The includes that are not used can be removed.
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/rkisp1/algorithms/ccm.cpp')
-rw-r--r-- | src/ipa/rkisp1/algorithms/ccm.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ipa/rkisp1/algorithms/ccm.cpp b/src/ipa/rkisp1/algorithms/ccm.cpp index ca80112a..1ca0e73f 100644 --- a/src/ipa/rkisp1/algorithms/ccm.cpp +++ b/src/ipa/rkisp1/algorithms/ccm.cpp @@ -7,11 +7,7 @@ #include "ccm.h" -#include <algorithm> -#include <chrono> -#include <cmath> -#include <tuple> -#include <vector> +#include <map> #include <libcamera/base/log.h> #include <libcamera/base/utils.h> |