mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Add IWYU annotations
This allows to use clang-include-cleaner tool without <pipewire/foo.h> headers being automatically added when <pipewire/pipewire.h> is included instead. See https://issues.webrtc.org/issues/422940461
This commit is contained in:
parent
bac3d31283
commit
3c759ae293
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#include <spa/support/plugin.h>
|
#include <spa/support/plugin.h>
|
||||||
|
|
||||||
|
// IWYU pragma: begin_exports
|
||||||
#include <pipewire/array.h>
|
#include <pipewire/array.h>
|
||||||
#include <pipewire/client.h>
|
#include <pipewire/client.h>
|
||||||
#include <pipewire/conf.h>
|
#include <pipewire/conf.h>
|
||||||
|
|
@ -36,6 +37,7 @@
|
||||||
#include <pipewire/type.h>
|
#include <pipewire/type.h>
|
||||||
#include <pipewire/utils.h>
|
#include <pipewire/utils.h>
|
||||||
#include <pipewire/version.h>
|
#include <pipewire/version.h>
|
||||||
|
// IWYU pragma: end_exports
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue