From 6b3308ba1b15a5be6df8fc34315cc896b077d0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Mon, 28 Oct 2019 01:23:39 +0100 Subject: libcamera: pipeline: Drop forward declaration of BufferPool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no need to forward declare BufferPool, drop it. Signed-off-by: Niklas Söderlund Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- src/libcamera/include/pipeline_handler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/libcamera/include/pipeline_handler.h b/src/libcamera/include/pipeline_handler.h index 241af58b..a02e6e77 100644 --- a/src/libcamera/include/pipeline_handler.h +++ b/src/libcamera/include/pipeline_handler.h @@ -21,7 +21,6 @@ namespace libcamera { class Buffer; -class BufferPool; class Camera; class CameraConfiguration; class CameraManager; -- cgit v1.2.1