libcamera: v4l2: Remove unused includes

The includes that are not used can be removed.  Also, some directly used
includes not listed are added.

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:02 +02:00
committed by Laurent Pinchart
parent a1f597478d
commit 802073e79f
7 changed files with 2 additions and 8 deletions
-1
View File
@@ -8,7 +8,6 @@
#include "v4l2_compat_manager.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <sys/ioctl.h>