[libcamera-devel] [PATCH v2 01/10] libcamera: buffer: Drop forward declaration of BufferPool

Niklas Söderlund niklas.soderlund at ragnatech.se
Wed Nov 20 02:54:57 CET 2019


There is no need to forward declare BufferPool, drop it.

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 include/libcamera/buffer.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/libcamera/buffer.h b/include/libcamera/buffer.h
index 7b657509ab5f5d41..e14c9bd390a13bfc 100644
--- a/include/libcamera/buffer.h
+++ b/include/libcamera/buffer.h
@@ -13,7 +13,6 @@
 
 namespace libcamera {
 
-class BufferPool;
 class Request;
 class Stream;
 
-- 
2.24.0



More information about the libcamera-devel mailing list