From: Takashi Iwai Date: Mon, 10 Dec 2001 16:43:20 +0000 (+0000) Subject: Removed inclusion of asm/system.h X-Git-Tag: v1.0.3~531 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e457d1f0c0557c592ff08acfaa9b763d56a2fdff;p=alsa-lib.git Removed inclusion of asm/system.h --- diff --git a/src/pcm/atomic.h b/src/pcm/atomic.h index 9698d552..193c6b82 100644 --- a/src/pcm/atomic.h +++ b/src/pcm/atomic.h @@ -18,7 +18,7 @@ * */ -#include +#include "iatomic.h" /* Max number of times we must spin on a spinlock calling sched_yield(). After MAX_SPIN_COUNT iterations, we put the calling thread to sleep. */ diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h index dcea9575..23ae80e0 100644 --- a/src/pcm/pcm_local.h +++ b/src/pcm/pcm_local.h @@ -24,7 +24,6 @@ #include #include #include -#include #define _snd_pcm_access_mask _snd_mask #define _snd_pcm_format_mask _snd_mask