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

Message ID 20191120015506.362440-2-niklas.soderlund@ragnatech.se
State Accepted
Headers show
Series
  • libcamera: Fixes found while working on new
Related show

Commit Message

Niklas Söderlund Nov. 20, 2019, 1:54 a.m. UTC
There is no need to forward declare BufferPool, drop it.

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

Patch

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;