From 260b0e1a4ced973f4e5274b3369367fd8cc89156 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 13 Apr 2022 00:40:56 +0200 Subject: qcam: main_window: Fix include ordering Fix the sort order of the Qt headers to match the expected sort order from clang-format. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/qcam/main_window.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qcam/main_window.cpp') diff --git a/src/qcam/main_window.cpp b/src/qcam/main_window.cpp index dd0e51f5..7433d647 100644 --- a/src/qcam/main_window.cpp +++ b/src/qcam/main_window.cpp @@ -29,6 +29,7 @@ #include #include "../cam/image.h" + #include "dng_writer.h" #ifndef QT_NO_OPENGL #include "viewfinder_gl.h" -- cgit v1.2.1