summaryrefslogtreecommitdiff
path: root/src/qcam/main_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcam/main_window.h')
-rw-r--r--src/qcam/main_window.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/qcam/main_window.h b/src/qcam/main_window.h
index 3fbe872c..fc70920f 100644
--- a/src/qcam/main_window.h
+++ b/src/qcam/main_window.h
@@ -10,14 +10,6 @@
#include <memory>
#include <vector>
-#include <QElapsedTimer>
-#include <QIcon>
-#include <QMainWindow>
-#include <QMutex>
-#include <QObject>
-#include <QQueue>
-#include <QTimer>
-
#include <libcamera/camera.h>
#include <libcamera/camera_manager.h>
#include <libcamera/controls.h>
@@ -26,7 +18,16 @@
#include <libcamera/request.h>
#include <libcamera/stream.h>
+#include <QElapsedTimer>
+#include <QIcon>
+#include <QMainWindow>
+#include <QMutex>
+#include <QObject>
+#include <QQueue>
+#include <QTimer>
+
#include "../cam/stream_options.h"
+
#include "viewfinder.h"
class QAction;