diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2022-04-13 00:40:56 +0200 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2022-07-18 23:18:03 +0100 |
commit | 260b0e1a4ced973f4e5274b3369367fd8cc89156 (patch) | |
tree | d333ee0e28b291188f7e0d8b414010df5eee3444 /src/qcam/main_window.cpp | |
parent | 5ef59cd190e2193ac799cb9c3564dd7a484c1239 (diff) |
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 <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/qcam/main_window.cpp')
-rw-r--r-- | src/qcam/main_window.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <QtDebug> #include "../cam/image.h" + #include "dng_writer.h" #ifndef QT_NO_OPENGL #include "viewfinder_gl.h" |