Do not include sound/asequencer.h in user apps.

This commit is contained in:
Takashi Iwai 2001-07-09 08:33:35 +00:00
parent 23bab96c0e
commit 6e10740a63
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,6 @@
#include <sound/asound.h>
#include <sound/asoundef.h>
#include <sound/asequencer.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -209,7 +209,9 @@ enum snd_seq_event_type {
};
#ifndef _SND_SEQ_IN_LOCAL
#ifdef _SND_SEQ_IN_LOCAL
#include <sound/asequencer.h>
#else
/** Sequencer event address */
typedef struct snd_seq_addr {