1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove macro making extern declaration of RegisterBuiltinModule...

... Forcing other places that use RegisterBuiltinModule to be more explicit
about their link dependencies on ModuleManager, with a new #include directive.

Does this make scripts/graph.pl show a new dependency cycle?  Happily no.  But
now we know.
This commit is contained in:
Paul Licameli
2021-05-13 14:53:19 -04:00
parent b92f2579b7
commit 64bbc31c54
10 changed files with 16 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
#if defined(USE_VAMP)
#include "LoadVamp.h"
#include "../../ModuleManager.h"
#include <wx/filename.h>