clap

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

commit 3edfdf745eb7fce8a8a8dac9db942a5e03f7e4ae
parent aad8a32b00b64c86a9dd912e93eed51c89d27d16
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat, 18 Jan 2025 00:42:26 +0100

sort includes

Diffstat:
Minclude/clap/all.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/clap/all.h b/include/clap/all.h @@ -6,11 +6,11 @@ #include "factory/draft/plugin-state-converter.h" #include "ext/draft/extensible-audio-ports.h" -#include "ext/draft/gain-adjustment-display.h" +#include "ext/draft/gain-adjustment-metering.h" +#include "ext/draft/location.h" #include "ext/draft/resource-directory.h" +#include "ext/draft/scratch-memory.h" #include "ext/draft/transport-control.h" #include "ext/draft/triggers.h" -#include "ext/draft/location.h" #include "ext/draft/tuning.h" #include "ext/draft/undo.h" -#include "ext/draft/scratch-memory.h"