libcamera: pipeline_handler: Remove unneeded forward declaration
There's no need to forward-declare the PipelineManagerFactory class. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
1e04362d6e
commit
2d73fd9eca
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
namespace libcamera {
|
||||
|
||||
class DeviceEnumerator;
|
||||
class PipelineHandlerFactory;
|
||||
|
||||
class PipelineHandler
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue