From 6e10740a6341ff1d2c997c3f43f53d32b3ae4e05 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 9 Jul 2001 08:33:35 +0000 Subject: [PATCH] Do not include sound/asequencer.h in user apps. --- include/header.h | 1 - include/seq_event.h | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 { -- 2.47.1