mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:35:42 +01:00
alsatplg: use standard include/asoundlib.h instead direct headers
BugLink: https://github.com/alsa-project/alsa-lib/pull/169 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
9a8fcec5aa
commit
1a32420577
5 changed files with 5 additions and 19 deletions
|
@ -21,10 +21,7 @@
|
|||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <alsa/input.h>
|
||||
#include <alsa/output.h>
|
||||
#include <alsa/conf.h>
|
||||
#include <alsa/error.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "topology.h"
|
||||
#include "pre-processor.h"
|
||||
|
||||
|
|
|
@ -19,10 +19,7 @@
|
|||
*/
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <alsa/input.h>
|
||||
#include <alsa/output.h>
|
||||
#include <alsa/conf.h>
|
||||
#include <alsa/error.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "topology.h"
|
||||
#include "pre-processor.h"
|
||||
|
||||
|
|
|
@ -19,10 +19,7 @@
|
|||
*/
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <alsa/input.h>
|
||||
#include <alsa/output.h>
|
||||
#include <alsa/conf.h>
|
||||
#include <alsa/error.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "topology.h"
|
||||
#include "pre-processor.h"
|
||||
|
||||
|
|
|
@ -22,10 +22,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <alsa/input.h>
|
||||
#include <alsa/output.h>
|
||||
#include <alsa/conf.h>
|
||||
#include <alsa/error.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "gettext.h"
|
||||
#include "topology.h"
|
||||
#include "pre-processor.h"
|
||||
|
|
|
@ -24,9 +24,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <alsa/input.h>
|
||||
#include <alsa/output.h>
|
||||
#include <alsa/conf.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "gettext.h"
|
||||
#include "topology.h"
|
||||
#include "pre-processor.h"
|
||||
|
|
Loading…
Reference in a new issue