[PATCH v3 08/18] libcamera: uvcvideo: Fix includes
Milan Zamazal
mzamazal at redhat.com
Mon Sep 2 17:42:01 CEST 2024
The includes that are not used can be removed and there are also
directly used includes not listed. Let's fix both.
Signed-off-by: Milan Zamazal <mzamazal at redhat.com>
---
src/libcamera/pipeline/uvcvideo/uvcvideo.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp b/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp
index e9faa1a9..6b32fa18 100644
--- a/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp
+++ b/src/libcamera/pipeline/uvcvideo/uvcvideo.cpp
@@ -7,10 +7,12 @@
#include <algorithm>
#include <fstream>
-#include <iomanip>
+#include <map>
#include <math.h>
#include <memory>
-#include <tuple>
+#include <set>
+#include <string>
+#include <vector>
#include <libcamera/base/log.h>
#include <libcamera/base/mutex.h>
--
2.44.1
More information about the libcamera-devel
mailing list