mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-07 04:06:06 -05:00
headers: make headers self-contained
each header should include the dependency headers in order to make the headers self-contained. this is allows clangd based IDEs to parse the headers and populate the code model correctly
This commit is contained in:
parent
d28e8cb294
commit
58d9d991f4
18 changed files with 47 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#ifndef __ALSA_PCM_PLUGIN_H
|
||||
#define __ALSA_PCM_PLUGIN_H
|
||||
|
||||
#include "pcm.h"
|
||||
|
||||
/**
|
||||
* \defgroup PCM_Plugins PCM Plugins
|
||||
* \ingroup PCM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue