From b71e8c2f39d823891aab4c681cccab9af5a49406 Mon Sep 17 00:00:00 2001 From: Kieran Bingham <kieran.bingham@ideasonboard.com> 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 <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- test/span.cpp | 2 +- test/utils.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/span.cpp b/test/span.cpp index ca037c8f..abf3a5d6 100644 --- a/test/span.cpp +++ b/test/span.cpp @@ -9,7 +9,7 @@ * Include first to ensure the header is self-contained, as there's no span.cpp * in libcamera. */ -#include <libcamera/span.h> +#include <libcamera/base/span.h> #include <array> #include <iostream> 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 <string> #include <vector> -#include <libcamera/geometry.h> -#include <libcamera/span.h> - +#include <libcamera/base/span.h> #include <libcamera/base/utils.h> +#include <libcamera/geometry.h> + #include "test.h" using namespace std; -- cgit v1.2.1