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-11-19 17:48:20 +01:00
parent b465ecb3e3
commit 1de2e4bbdd
-1
View File
@@ -13,7 +13,6 @@
namespace libcamera {
class BufferPool;
class Request;
class Stream;