diff options
author | Christian Rauch <Rauch.Christian@gmx.de> | 2022-08-16 20:38:24 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-08-21 20:45:28 +0300 |
commit | 90a0df100c8afcef95ad79a17e1bbf746cd74004 (patch) | |
tree | 753151d31f41b8c5684f63d0bf950b6d263d1255 | |
parent | f094c2922ad5708c876796f0ae5e7732b51e9c66 (diff) |
libcamera: Remove unused headers
These headers are not used as reported by clangd.
Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | src/ipa/raspberrypi/raspberrypi.cpp | 1 | ||||
-rw-r--r-- | test/serialization/ipa_data_serializer_test.cpp | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/ipa/raspberrypi/raspberrypi.cpp b/src/ipa/raspberrypi/raspberrypi.cpp index 69c73f8c..8d731435 100644 --- a/src/ipa/raspberrypi/raspberrypi.cpp +++ b/src/ipa/raspberrypi/raspberrypi.cpp @@ -49,7 +49,6 @@ #include "geq_status.h" #include "lux_status.h" #include "metadata.h" -#include "noise_status.h" #include "sharpen_algorithm.h" #include "sharpen_status.h" diff --git a/test/serialization/ipa_data_serializer_test.cpp b/test/serialization/ipa_data_serializer_test.cpp index d2050a86..377ecdb0 100644 --- a/test/serialization/ipa_data_serializer_test.cpp +++ b/test/serialization/ipa_data_serializer_test.cpp @@ -20,11 +20,7 @@ #include <libcamera/base/thread.h> #include <libcamera/base/timer.h> -#include "libcamera/internal/device_enumerator.h" #include "libcamera/internal/ipa_data_serializer.h" -#include "libcamera/internal/ipa_manager.h" -#include "libcamera/internal/ipa_module.h" -#include "libcamera/internal/pipeline_handler.h" #include "serialization_test.h" #include "test.h" |