spa: libcamera: remove some unnecessary includes

Also add the missing include guard.
This commit is contained in:
Barnabás Pőcze 2026-06-19 10:50:32 +02:00 committed by Wim Taymans
parent dbc97942f4
commit d46361a1b9
2 changed files with 1 additions and 6 deletions

View file

@ -2,8 +2,6 @@
/* SPDX-FileCopyrightText: Copyright © 2020 collabora */
/* SPDX-License-Identifier: MIT */
#include <errno.h>
#include <spa/support/plugin.h>
#include <spa/support/log.h>

View file

@ -2,12 +2,9 @@
/* SPDX-FileCopyrightText: Copyright © 2020 collabora */
/* SPDX-License-Identifier: MIT */
#include <errno.h>
#include <linux/media.h>
#pragma once
#include <spa/support/log.h>
#include <spa/support/system.h>
#ifdef __cplusplus
extern "C" {