summaryrefslogtreecommitdiff
path: root/src/gstreamer
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-08-10 01:05:51 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-08-12 14:57:35 +0300
commit43632663229d7cb4396ca1cd14cc87a0fd2a9602 (patch)
tree28a0f03311b7e1cc71e4a9ff10728a66547d3b59 /src/gstreamer
parentb6369e7df246859c2a9f7196397413fb5e82d52f (diff)
libcamera: Fix header grouping
The libcamera coding style groups the C and C++ standard library headers in a single group. Fix the few offenders in the source tree. While at it, add a missing blank line between header groups in a separate location. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Diffstat (limited to 'src/gstreamer')
-rw-r--r--src/gstreamer/gstlibcamerapool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gstreamer/gstlibcamerapool.cpp b/src/gstreamer/gstlibcamerapool.cpp
index 0b1a5689..9cd7eccb 100644
--- a/src/gstreamer/gstlibcamerapool.cpp
+++ b/src/gstreamer/gstlibcamerapool.cpp
@@ -9,6 +9,7 @@
#include "gstlibcamerapool.h"
#include <deque>
+
#include <libcamera/stream.h>
#include "gstlibcamera-utils.h"