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:
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libcamera/file_descriptor.h>
|
||||
#include <libcamera/base/file_descriptor.h>
|
||||
|
||||
namespace libcamera {
|
||||
|
||||
|
||||
@@ -13,9 +13,10 @@
|
||||
#include <queue>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <libcamera/base/file_descriptor.h>
|
||||
|
||||
#include <libcamera/camera.h>
|
||||
#include <libcamera/control_ids.h>
|
||||
#include <libcamera/file_descriptor.h>
|
||||
#include <libcamera/formats.h>
|
||||
#include <libcamera/ipa/raspberrypi.h>
|
||||
#include <libcamera/ipa/raspberrypi_ipa_interface.h>
|
||||
|
||||
Reference in New Issue
Block a user