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>
This commit is contained in:
Kieran Bingham
2022-04-13 00:40:56 +02:00
parent 5ef59cd190
commit 260b0e1a4c
2 changed files with 10 additions and 8 deletions

View File

@@ -29,6 +29,7 @@
#include <QtDebug>
#include "../cam/image.h"
#include "dng_writer.h"
#ifndef QT_NO_OPENGL
#include "viewfinder_gl.h"