clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 92d7ebe55dafa47c20b9b5d5543b35abc21c4600
parent f9dffddcdc08b7f889ac1bf3d747963c6c619186
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 17 Oct 2023 10:23:12 +0200

Forgot to remove this include

Diffstat:
Minclude/clap/clap.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -69,5 +69,3 @@ #include "ext/draft/tuning.h" #include "ext/draft/configurable-audio-ports.h" #include "ext/draft/extensible-audio-ports.h" -#include "ext/draft/incremental-state.h" -#include "ext/draft/undo.h"