From 6e15cfc6b23114c1493fbef1f048f4892270fe68 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Mon, 6 Dec 2021 23:39:45 +0000 Subject: qcam: main_window: 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 QT headers accordingly. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain --- src/qcam/main_window.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qcam') diff --git a/src/qcam/main_window.cpp b/src/qcam/main_window.cpp index ae51fa67..dd0e51f5 100644 --- a/src/qcam/main_window.cpp +++ b/src/qcam/main_window.cpp @@ -11,6 +11,9 @@ #include #include +#include +#include + #include #include #include @@ -25,9 +28,6 @@ #include #include -#include -#include - #include "../cam/image.h" #include "dng_writer.h" #ifndef QT_NO_OPENGL -- cgit v1.2.1