libcamera: uvcvideo: Fix includes

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@redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Milan Zamazal
2024-09-02 17:42:01 +02:00
committed by Laurent Pinchart
parent 552777c0dc
commit a1f597478d
+4 -2
View File
@@ -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>