libcamera: ipu3: 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>
This commit is contained in:
Milan Zamazal
2024-09-02 17:41:55 +02:00
committed by Laurent Pinchart
parent 6a2b6628ce
commit 3140785918
5 changed files with 1 additions and 13 deletions
-3
View File
@@ -11,7 +11,6 @@
#include <chrono>
#include <cmath>
#include <fcntl.h>
#include <numeric>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
@@ -23,8 +22,6 @@
#include <libcamera/ipa/core_ipa_interface.h>
#include "libipa/histogram.h"
/**
* \file af.h
*/
-1
View File
@@ -9,7 +9,6 @@
#include <algorithm>
#include <chrono>
#include <cmath>
#include <libcamera/base/log.h>
#include <libcamera/base/utils.h>
-2
View File
@@ -7,8 +7,6 @@
#include "blc.h"
#include <string.h>
/**
* \file blc.h
* \brief IPU3 Black Level Correction control
+1 -6
View File
@@ -32,15 +32,10 @@
#include "libcamera/internal/mapped_framebuffer.h"
#include "libcamera/internal/yaml_parser.h"
#include "algorithms/af.h"
#include "algorithms/agc.h"
#include "algorithms/algorithm.h"
#include "algorithms/awb.h"
#include "algorithms/blc.h"
#include "algorithms/tone_mapping.h"
#include "libipa/camera_sensor_helper.h"
#include "ipa_context.h"
#include "module.h"
/* Minimum grid width, expressed as a number of cells */
static constexpr uint32_t kMinGridWidth = 16;
-1
View File
@@ -6,7 +6,6 @@
*/
#include <algorithm>
#include <iomanip>
#include <memory>
#include <queue>
#include <vector>