[libcamera-devel] [PATCH] test: camera: buffer_import: Don't include <random>

Niklas Söderlund niklas.soderlund at ragnatech.se
Mon Feb 17 12:46:52 CET 2020


Hi Laurent,

Thanks for your patch.

On 2020-02-17 00:13:50 +0200, Laurent Pinchart wrote:
> The <random> header isn't needed since commit 6e1e847753fd ("test:
> camera: buffer_import: Update to FrameBuffer restrictions"). Don't
> include it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  test/camera/buffer_import.cpp | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/test/camera/buffer_import.cpp b/test/camera/buffer_import.cpp
> index 7c9cfafc2a47..ab6e74bd1671 100644
> --- a/test/camera/buffer_import.cpp
> +++ b/test/camera/buffer_import.cpp
> @@ -10,7 +10,6 @@
>  #include <algorithm>
>  #include <iostream>
>  #include <numeric>
> -#include <random>
>  #include <vector>
>  
>  #include "device_enumerator.h"
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list