libcamera: buffer: Drop forward declaration of BufferPool

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>
This commit is contained in:
Niklas Söderlund 2019-10-21 17:46:31 +02:00
parent b465ecb3e3
commit 1de2e4bbdd

View file

@ -13,7 +13,6 @@
namespace libcamera {
class BufferPool;
class Request;
class Stream;