spa: libcamera: clean up includes

Remove some unnecessarily includes.
This commit is contained in:
Barnabás Pőcze 2025-07-12 17:45:50 +02:00 committed by Wim Taymans
parent 5f4f4b5dd3
commit 5a9cdd724f
4 changed files with 2 additions and 19 deletions

View file

@ -4,9 +4,6 @@
/* SPDX-License-Identifier: MIT */
#include <stddef.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <deque>
#include <optional>