summaryrefslogtreecommitdiff
path: root/include/libcamera/buffer.h
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2019-10-21 17:46:31 +0200
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2019-11-19 17:48:20 +0100
commit1de2e4bbddefbe5cbeeb933d5db16cf58229e426 (patch)
tree6547200c1d1bb1a909d399df0356ab8e80bc87fb /include/libcamera/buffer.h
parentb465ecb3e32b8b71ed4137656c2b8e67030fa2e1 (diff)
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>
Diffstat (limited to 'include/libcamera/buffer.h')
-rw-r--r--include/libcamera/buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libcamera/buffer.h b/include/libcamera/buffer.h
index 7b657509..e14c9bd3 100644
--- a/include/libcamera/buffer.h
+++ b/include/libcamera/buffer.h
@@ -13,7 +13,6 @@
namespace libcamera {
-class BufferPool;
class Request;
class Stream;