libcamera: v4l2: Fix an include placement
Put the inclusion of geometry.h to the right place. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
802073e79f
commit
89da2f4736
@@ -17,11 +17,11 @@
|
||||
#include <linux/media-bus-format.h>
|
||||
#include <linux/v4l2-subdev.h>
|
||||
|
||||
#include <libcamera/geometry.h>
|
||||
|
||||
#include <libcamera/base/log.h>
|
||||
#include <libcamera/base/utils.h>
|
||||
|
||||
#include <libcamera/geometry.h>
|
||||
|
||||
#include "libcamera/internal/formats.h"
|
||||
#include "libcamera/internal/media_device.h"
|
||||
#include "libcamera/internal/media_object.h"
|
||||
|
||||
Reference in New Issue
Block a user