[PATCH v3 08/18] libcamera: uvcvideo: Fix includes
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Mon Sep 2 20:52:32 CEST 2024
On Mon, Sep 02, 2024 at 05:42:01PM +0200, Milan Zamazal wrote:
> The includes that are not used can be removed and there are also
> directly used includes not listed. Let's fix both.
>
> Signed-off-by: Milan Zamazal <mzamazal at redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> src/libcamera/pipeline/uvcvideo/uvcvideo.cpp | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp b/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp
> index e9faa1a9..6b32fa18 100644
> --- a/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp
> +++ b/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp
> @@ -7,10 +7,12 @@
>
> #include <algorithm>
> #include <fstream>
> -#include <iomanip>
> +#include <map>
> #include <math.h>
> #include <memory>
> -#include <tuple>
> +#include <set>
> +#include <string>
> +#include <vector>
>
> #include <libcamera/base/log.h>
> #include <libcamera/base/mutex.h>
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list