From f407027451bd5b031055e6fc1de0c29163bbe531 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 20 Oct 2021 06:27:10 +0300 Subject: android: camera_device: Cleanup header includes camera_device.cpp doesn't use the PostProcessor class, the post_processor.h header shouldn't be included. Removing it causes a compilation failure as the CameraBuffer class is not defined anymore, include camera_buffer.h instead. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Hirokazu Honda --- src/android/camera_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/android') diff --git a/src/android/camera_device.cpp b/src/android/camera_device.cpp index ea676409..806b4090 100644 --- a/src/android/camera_device.cpp +++ b/src/android/camera_device.cpp @@ -24,10 +24,10 @@ #include "system/graphics.h" +#include "camera_buffer.h" #include "camera_hal_config.h" #include "camera_ops.h" #include "camera_request.h" -#include "post_processor.h" using namespace libcamera; -- cgit v1.2.1