mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
This commit is contained in:
parent
a31c8f02b9
commit
f407027451
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue