From 43632663229d7cb4396ca1cd14cc87a0fd2a9602 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 10 Aug 2024 01:05:51 +0300 Subject: 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 Reviewed-by: Milan Zamazal Reviewed-by: Daniel Scally --- src/gstreamer/gstlibcamerapool.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gstreamer/gstlibcamerapool.cpp') 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 + #include #include "gstlibcamera-utils.h" -- cgit v1.2.1