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:
@@ -12,6 +12,7 @@
|
||||
|
||||
#if defined(USE_VAMP)
|
||||
#include "LoadVamp.h"
|
||||
#include "../../ModuleManager.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
|
||||
|
Reference in New Issue
Block a user