Skip to content

Commit

Permalink
libcamera: Remove unused headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
christianrauch authored and pinchartl committed Aug 21, 2022
1 parent f094c29 commit 90a0df1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/ipa/raspberrypi/raspberrypi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 0 additions & 4 deletions test/serialization/ipa_data_serializer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 90a0df1

Please sign in to comment.