mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-19 18:35:07 +03:00
qcam: Ensure headers are self-contained
Include the headers corresponding to each compile unit at the very first line to ensure they are self-contained. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
01590c3f78
commit
ac02d741dc
3 changed files with 6 additions and 4 deletions
|
@ -5,6 +5,8 @@
|
|||
* main_window.cpp - qcam - Main application window
|
||||
*/
|
||||
|
||||
#include "main_window.h"
|
||||
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
@ -25,7 +27,6 @@
|
|||
#include <libcamera/camera_manager.h>
|
||||
#include <libcamera/version.h>
|
||||
|
||||
#include "main_window.h"
|
||||
#include "viewfinder.h"
|
||||
|
||||
using namespace libcamera;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue