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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sun Feb 16 23:13:50 CET 2020


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>
---
 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



More information about the libcamera-devel mailing list