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 --- include/libcamera/base/file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/libcamera/base/file.h') diff --git a/include/libcamera/base/file.h b/include/libcamera/base/file.h index 5cd98579..465f3ef8 100644 --- a/include/libcamera/base/file.h +++ b/include/libcamera/base/file.h @@ -13,8 +13,7 @@ #include #include - -#include +#include namespace libcamera { -- cgit v1.2.1