clap

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

commit 65951a1cb4d3e9d56dad19498f88bbfff7aeb346
parent 67997317f95876381d794005135901d15a84019d
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 12 Dec 2022 12:47:01 +0100

Sort includes

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

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -52,9 +52,11 @@ #include "ext/voice-info.h" #include "ext/draft/ambisonic.h" +#include "ext/draft/context-menu.h" #include "ext/draft/cv.h" #include "ext/draft/file-reference.h" #include "ext/draft/midi-mappings.h" +#include "ext/draft/param-indication.h" #include "ext/draft/preset-load.h" #include "ext/draft/remote-controls.h" #include "ext/draft/state-context.h" @@ -62,5 +64,3 @@ #include "ext/draft/track-info.h" #include "ext/draft/triggers.h" #include "ext/draft/tuning.h" -#include "ext/draft/param-indication.h" -#include "ext/draft/context-menu.h"