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/ipa/libipa/camera_sensor_helper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ipa/libipa/camera_sensor_helper.h') diff --git a/src/ipa/libipa/camera_sensor_helper.h b/src/ipa/libipa/camera_sensor_helper.h index ac276e27..75868205 100644 --- a/src/ipa/libipa/camera_sensor_helper.h +++ b/src/ipa/libipa/camera_sensor_helper.h @@ -7,10 +7,9 @@ #pragma once -#include - #include #include +#include #include #include -- cgit v1.2.1