diff options
author | Milan Zamazal <mzamazal@redhat.com> | 2024-09-02 17:41:55 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-09-02 18:57:55 +0300 |
commit | 3140785918df99375cb8229436e8a9e1585061e4 (patch) | |
tree | 7afd53c2d53e6c80ef631f5a2ae697d331c2b5cb /src/ipa/ipu3/algorithms/blc.cpp | |
parent | 6a2b6628ce5ebdf1badff9fe372dd2acb98cdf84 (diff) |
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>
Diffstat (limited to 'src/ipa/ipu3/algorithms/blc.cpp')
-rw-r--r-- | src/ipa/ipu3/algorithms/blc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipa/ipu3/algorithms/blc.cpp b/src/ipa/ipu3/algorithms/blc.cpp index 257f40e2..fa4b9272 100644 --- a/src/ipa/ipu3/algorithms/blc.cpp +++ b/src/ipa/ipu3/algorithms/blc.cpp @@ -7,8 +7,6 @@ #include "blc.h" -#include <string.h> - /** * \file blc.h * \brief IPU3 Black Level Correction control |