mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
libcamera: rkisp1: Maintain alphabetical order of forward declarations
Alphabetical order of Forward declarations should be maintained hence, 'class V4L2Subdevice' should come after 'class SensorConfiguration'. Fix it. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
This commit is contained in:
parent
a2be725d26
commit
3299f84de7
1 changed files with 1 additions and 1 deletions
|
@ -26,8 +26,8 @@ namespace libcamera {
|
|||
|
||||
class CameraSensor;
|
||||
class MediaDevice;
|
||||
class V4L2Subdevice;
|
||||
class SensorConfiguration;
|
||||
class V4L2Subdevice;
|
||||
struct StreamConfiguration;
|
||||
struct V4L2SubdeviceFormat;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue