From b71e8c2f39d823891aab4c681cccab9af5a49406 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 25 Jun 2021 02:15:54 +0100 Subject: libcamera/base: Move span to base library Move span, and adjust the Doxygen exclusion as well. Reviewed-by: Paul Elder Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- test/utils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/utils.cpp') diff --git a/test/utils.cpp b/test/utils.cpp index 9cd2cd07..d7f810e9 100644 --- a/test/utils.cpp +++ b/test/utils.cpp @@ -11,11 +11,11 @@ #include #include -#include -#include - +#include #include +#include + #include "test.h" using namespace std; -- cgit v1.2.1