gstreamer: gstlibcamerasrc: Fix include ordering
The libcamera coding style has libcamera headers after system headers, and before any other library headers. Move the libcamera headers above the Gst headers accordingly. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
#include <queue>
|
||||
#include <vector>
|
||||
|
||||
#include <gst/base/base.h>
|
||||
|
||||
#include <libcamera/camera.h>
|
||||
#include <libcamera/camera_manager.h>
|
||||
|
||||
#include <gst/base/base.h>
|
||||
|
||||
#include "gstlibcameraallocator.h"
|
||||
#include "gstlibcamerapad.h"
|
||||
#include "gstlibcamerapool.h"
|
||||
|
||||
Reference in New Issue
Block a user