From: Takashi Iwai Date: Mon, 9 Jul 2001 08:33:35 +0000 (+0000) Subject: Do not include sound/asequencer.h in user apps. X-Git-Tag: v1.0.3~749 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6e10740a6341ff1d2c997c3f43f53d32b3ae4e05;p=alsa-lib.git Do not include sound/asequencer.h in user apps. --- diff --git a/include/header.h b/include/header.h index 0053df26..fd477662 100644 --- a/include/header.h +++ b/include/header.h @@ -29,7 +29,6 @@ #include #include -#include #include #include #include diff --git a/include/seq_event.h b/include/seq_event.h index b8a6fc16..9a2a3f28 100644 --- a/include/seq_event.h +++ b/include/seq_event.h @@ -209,7 +209,9 @@ enum snd_seq_event_type { }; -#ifndef _SND_SEQ_IN_LOCAL +#ifdef _SND_SEQ_IN_LOCAL +#include +#else /** Sequencer event address */ typedef struct snd_seq_addr {