spa: libcamera: clean up includes

Remove some unnecessarily includes.

(cherry picked from commit 5a9cdd724f)
This commit is contained in:
Barnabás Pőcze 2025-07-12 17:45:50 +02:00 committed by Robert Mader
parent de97a682f2
commit 60d95e447a
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>