libcamera: includes: 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:42:10 +02:00 committed by Laurent Pinchart
parent 308f0ccf04
commit e2cace52d5
23 changed files with 0 additions and 33 deletions

View file

@ -7,8 +7,6 @@
#pragma once
#include <vector>
#include <libcamera/base/private.h>
namespace libcamera {

View file

@ -7,7 +7,6 @@
#pragma once
#include <chrono>
#include <sstream>
#include <libcamera/base/private.h>

View file

@ -7,8 +7,6 @@
#pragma once
#include <stddef.h>
#include <libcamera/base/flags.h>
#include <libcamera/base/unique_fd.h>

View file

@ -10,7 +10,6 @@
#include <functional>
#include <list>
#include <type_traits>
#include <vector>
#include <libcamera/base/bound_method.h>

View file

@ -10,7 +10,6 @@
#include <array>
#include <iterator>
#include <limits>
#include <stddef.h>
#include <type_traits>
namespace libcamera {

View file

@ -8,7 +8,6 @@
#pragma once
#include <chrono>
#include <stdint.h>
#include <libcamera/base/private.h>

View file

@ -10,7 +10,6 @@
#include <algorithm>
#include <chrono>
#include <iterator>
#include <memory>
#include <ostream>
#include <sstream>
#include <string>

View file

@ -7,7 +7,6 @@
#pragma once
#include <assert.h>
#include <limits>
#include <memory>
#include <stdint.h>

View file

@ -9,7 +9,6 @@
#include <libcamera/camera_manager.h>
#include <map>
#include <memory>
#include <sys/types.h>
#include <vector>

View file

@ -23,7 +23,6 @@
#include <libcamera/ipa/core_ipa_interface.h>
#include "libcamera/internal/bayer_format.h"
#include "libcamera/internal/formats.h"
#include "libcamera/internal/v4l2_subdevice.h"
namespace libcamera {

View file

@ -7,7 +7,6 @@
#pragma once
#include <memory>
#include <string>
#include "libcamera/internal/device_enumerator.h"

View file

@ -7,8 +7,6 @@
#pragma once
#include <stddef.h>
#include <libcamera/base/flags.h>
#include <libcamera/base/unique_fd.h>

View file

@ -8,7 +8,6 @@
#pragma once
#include <array>
#include <map>
#include <vector>
#include <libcamera/geometry.h>

View file

@ -7,8 +7,6 @@
#pragma once
#include <deque>
#include <iostream>
#include <string.h>
#include <tuple>
#include <type_traits>
@ -22,8 +20,6 @@
#include <libcamera/geometry.h>
#include <libcamera/ipa/ipa_interface.h>
#include "libcamera/internal/byte_stream_buffer.h"
#include "libcamera/internal/camera_sensor.h"
#include "libcamera/internal/control_serializer.h"
namespace libcamera {

View file

@ -7,9 +7,7 @@
#pragma once
#include <memory>
#include <string>
#include <vector>
#include <libcamera/ipa/ipa_interface.h>

View file

@ -9,7 +9,6 @@
#include <map>
#include <memory>
#include <vector>
#include "libcamera/internal/ipc_pipe.h"
#include "libcamera/internal/ipc_unixsocket.h"

View file

@ -8,7 +8,6 @@
#pragma once
#include <map>
#include <sstream>
#include <string>
#include <vector>

View file

@ -9,7 +9,6 @@
#include <memory>
#include <queue>
#include <set>
#include <string>
#include <sys/types.h>
#include <vector>
@ -19,8 +18,6 @@
#include <libcamera/controls.h>
#include <libcamera/stream.h>
#include "libcamera/internal/ipa_proxy.h"
namespace libcamera {
class Camera;

View file

@ -8,7 +8,6 @@
*/
#pragma once
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <sys/mman.h>

View file

@ -8,7 +8,6 @@
#pragma once
#include <ostream>
#include <set>
#include <stdint.h>
#include <string>

View file

@ -12,7 +12,6 @@
#include <ostream>
#include <stdint.h>
#include <string>
#include <unordered_set>
#include <libcamera/base/class.h>
#include <libcamera/base/signal.h>

View file

@ -8,7 +8,6 @@
#pragma once
#include <map>
#include <memory>
#include <ostream>
#include <string>
#include <vector>

View file

@ -7,8 +7,6 @@
#pragma once
#include <string>
namespace libcamera {
enum class Orientation;