mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-15 16:35:06 +03:00
libcamera: Move file_descriptor.h to base/
The FileDescriptor class is a generic helper that matches the criteria for the base library. Move it there. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
6b1e256934
commit
6c6acaa7ea
14 changed files with 13 additions and 16 deletions
|
@ -10,11 +10,11 @@
|
|||
#include <deque>
|
||||
#include <utility>
|
||||
|
||||
#include <libcamera/base/file_descriptor.h>
|
||||
#include <libcamera/base/mutex.h>
|
||||
#include <libcamera/base/semaphore.h>
|
||||
|
||||
#include <libcamera/camera.h>
|
||||
#include <libcamera/file_descriptor.h>
|
||||
#include <libcamera/framebuffer.h>
|
||||
#include <libcamera/framebuffer_allocator.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue