[libcamera-devel] [PATCH 01/10] libcamera: buffer: Drop forward declaration of BufferPool
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Mon Nov 18 12:14:37 CET 2019
Hi Niklas,
Thank you for the patch.
On Mon, Oct 28, 2019 at 03:22:15AM +0100, Niklas Söderlund wrote:
> There is no need to forward declare BufferPool, drop it.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
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;
>
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list