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 <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2021-12-06 23:39:45 +00:00
parent 2b69ad550c
commit 6e15cfc6b2
+3 -3
View File
@@ -11,6 +11,9 @@
#include <iomanip>
#include <string>
#include <libcamera/camera_manager.h>
#include <libcamera/version.h>
#include <QComboBox>
#include <QCoreApplication>
#include <QFileDialog>
@@ -25,9 +28,6 @@
#include <QToolButton>
#include <QtDebug>
#include <libcamera/camera_manager.h>
#include <libcamera/version.h>
#include "../cam/image.h"
#include "dng_writer.h"
#ifndef QT_NO_OPENGL