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 #pragma once
#include <vector>
#include <libcamera/base/private.h> #include <libcamera/base/private.h>
namespace libcamera { namespace libcamera {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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