mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
spa: libcamera: remove some unnecessary includes
Also add the missing include guard.
This commit is contained in:
parent
dbc97942f4
commit
d46361a1b9
2 changed files with 1 additions and 6 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
/* SPDX-FileCopyrightText: Copyright © 2020 collabora */
|
/* SPDX-FileCopyrightText: Copyright © 2020 collabora */
|
||||||
/* SPDX-License-Identifier: MIT */
|
/* SPDX-License-Identifier: MIT */
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
#include <spa/support/plugin.h>
|
#include <spa/support/plugin.h>
|
||||||
#include <spa/support/log.h>
|
#include <spa/support/log.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,9 @@
|
||||||
/* SPDX-FileCopyrightText: Copyright © 2020 collabora */
|
/* SPDX-FileCopyrightText: Copyright © 2020 collabora */
|
||||||
/* SPDX-License-Identifier: MIT */
|
/* SPDX-License-Identifier: MIT */
|
||||||
|
|
||||||
#include <errno.h>
|
#pragma once
|
||||||
|
|
||||||
#include <linux/media.h>
|
|
||||||
|
|
||||||
#include <spa/support/log.h>
|
#include <spa/support/log.h>
|
||||||
#include <spa/support/system.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue