libcamera/base: Move class helpers to the base library

Move the class support infrastructure to the base library.

Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2021-06-25 00:09:15 +01:00
parent cbdc93e9d1
commit 6410d1d37c
24 changed files with 38 additions and 25 deletions

View file

@ -11,7 +11,7 @@
#include <memory>
#include <vector>
#include <libcamera/class.h>
#include <libcamera/base/class.h>
namespace libcamera {