From 45f3e0b8f43cfad09852e823baf45681f2d19ffc Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 5 Jul 2022 16:06:51 +0100 Subject: qcam: viewfinder_qt: Fix include orders Update the header orders to match the code style as decreed by clang-format. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/qcam/viewfinder_qt.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/qcam') diff --git a/src/qcam/viewfinder_qt.cpp b/src/qcam/viewfinder_qt.cpp index 6844f998..27955e3f 100644 --- a/src/qcam/viewfinder_qt.cpp +++ b/src/qcam/viewfinder_qt.cpp @@ -11,6 +11,8 @@ #include #include +#include + #include #include #include @@ -18,9 +20,8 @@ #include #include -#include - #include "../cam/image.h" + #include "format_converter.h" static const QMap nativeFormats -- cgit v1.2.1