From e457d1f0c0557c592ff08acfaa9b763d56a2fdff Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 10 Dec 2001 16:43:20 +0000 Subject: [PATCH] Removed inclusion of asm/system.h --- src/pcm/atomic.h | 2 +- src/pcm/pcm_local.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.1