qcam: viewfinder_qt: Fix include orders
Update the header orders to match the code style as decreed by clang-format. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
260b0e1a4c
commit
45f3e0b8f4
1 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,8 @@
|
|||
#include <stdint.h>
|
||||
#include <utility>
|
||||
|
||||
#include <libcamera/formats.h>
|
||||
|
||||
#include <QImage>
|
||||
#include <QImageWriter>
|
||||
#include <QMap>
|
||||
|
@ -18,9 +20,8 @@
|
|||
#include <QPainter>
|
||||
#include <QtDebug>
|
||||
|
||||
#include <libcamera/formats.h>
|
||||
|
||||
#include "../cam/image.h"
|
||||
|
||||
#include "format_converter.h"
|
||||
|
||||
static const QMap<libcamera::PixelFormat, QImage::Format> nativeFormats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue