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>
This commit is contained in:
parent
f9ee724307
commit
b71e8c2f39
22 changed files with 27 additions and 30 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <libcamera/span.h>
|
||||
#include <libcamera/base/span.h>
|
||||
|
||||
/*
|
||||
* Camera metadata parser class. Usage as shown below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue