diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-02-17 00:12:49 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-02-18 02:15:21 +0200 |
commit | 475f9b9b02d42318b8cdf17505fb2f5d546c04b5 (patch) | |
tree | 1231559f73b84fd14800930abb201ee1b2db6b1f /test | |
parent | 857a216fd5b32f2a275262a03a16317d689eca7c (diff) |
test: camera: buffer_import: Don't include <random>
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@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test')
-rw-r--r-- | test/camera/buffer_import.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/camera/buffer_import.cpp b/test/camera/buffer_import.cpp index 7c9cfafc..ab6e74bd 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" |