android: yuv: Remove CameraDevice forward-declare
YUV post-processor doesn't need any instance reference from CameraDevice class. Remove it. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
#include <libcamera/geometry.h>
|
||||
|
||||
class CameraDevice;
|
||||
|
||||
class PostProcessorYuv : public PostProcessor
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user