libcamera: pipeline: 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-28 01:23:39 +01:00
parent 1d32f21136
commit 6b3308ba1b
-1
View File
@@ -21,7 +21,6 @@
namespace libcamera {
class Buffer;
class BufferPool;
class Camera;
class CameraConfiguration;
class CameraManager;