[libcamera-devel] [PATCH 01/10] libcamera: buffer: Drop forward declaration of BufferPool
Niklas Söderlund
niklas.soderlund at ragnatech.se
Mon Oct 28 03:22:15 CET 2019
There is no need to forward declare BufferPool, drop it.
Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
---
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;
--
2.23.0
More information about the libcamera-devel
mailing list