commit f45ab8d1082656b9ef41aa8d9ee967206eadedee parent 384eb6e16fc952f106fef10246d896fa2430002e Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 1 Jun 2022 14:19:21 +0200 Forgot this Diffstat:
M | include/clap/clap.h | | | 4 | ---- |
M | include/clap/entry.h | | | 3 | +-- |
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -60,7 +60,3 @@ #include "ext/draft/cv.h" #include "ext/draft/ambisonic.h" #include "ext/draft/voice-info.h" - -#include "converters/vst2-converter.h" -#include "converters/vst3-converter.h" -#include "converters/clap-converter.h" diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -45,8 +45,7 @@ typedef struct clap_plugin_entry { // No more calls into the DSO must be made after calling deinit(). void (*deinit)(void); - // Get the pointer to a factory. - // See plugin-factory.h, vst2-converter.h ... + // Get the pointer to a factory. See plugin-factory.h for an example. // // Returns null if the factory is not provided. // The returned pointer must *not* be freed by the caller.