[PATCH 2/2] libcamera: software_isp: Fix includes ordering in simple.cpp

Kieran Bingham kieran.bingham at ideasonboard.com
Tue Jun 11 14:03:42 CEST 2024


Quoting Milan Zamazal (2024-06-10 19:08:50)
> Let's make it conforming to the defined clang-format.
> 

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> Signed-off-by: Milan Zamazal <mzamazal at redhat.com>
> ---
>  src/libcamera/pipeline/simple/simple.cpp | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp
> index db3575c3..eb36578e 100644
> --- a/src/libcamera/pipeline/simple/simple.cpp
> +++ b/src/libcamera/pipeline/simple/simple.cpp
> @@ -13,8 +13,8 @@
>  #include <memory>
>  #include <queue>
>  #include <set>
> -#include <string>
>  #include <string.h>
> +#include <string>
>  #include <unordered_map>
>  #include <utility>
>  #include <vector>
> @@ -38,7 +38,6 @@
>  #include "libcamera/internal/v4l2_subdevice.h"
>  #include "libcamera/internal/v4l2_videodevice.h"
>  
> -
>  namespace libcamera {
>  
>  LOG_DEFINE_CATEGORY(SimplePipeline)
> -- 
> 2.44.1
>


More information about the libcamera-devel mailing list