From ca260d2f5337536e30d1b2501434bd2a93a3e72e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 23 Oct 2019 14:31:13 +0300 Subject: libcamera: Standardise on C compatibility headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that our usage of C compatibility header is documented, use them consistently through the source code. While at it, group the C and C++ include statements as defined in the coding style, and fix a handful of #include ordering issues. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund --- src/libcamera/device_enumerator_udev.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libcamera/device_enumerator_udev.cpp') diff --git a/src/libcamera/device_enumerator_udev.cpp b/src/libcamera/device_enumerator_udev.cpp index ddcd59ea..b2c5fd22 100644 --- a/src/libcamera/device_enumerator_udev.cpp +++ b/src/libcamera/device_enumerator_udev.cpp @@ -8,11 +8,10 @@ #include "device_enumerator_udev.h" #include -#include -#include - #include #include +#include +#include #include #include #include -- cgit v1.2.1