1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

Remove extern declarations from .cpp files...

... Require the declarations to be in .h files, to be sure graph.pl detects the
dependencies.

Only one more #include was needed in Nyquist.cpp.   This doesn't reveal any
more hidden cycles.
This commit is contained in:
Paul Licameli
2020-05-26 19:37:11 -04:00
parent 0eafcd112b
commit f3d91f488e
10 changed files with 10 additions and 22 deletions

View File

@@ -163,8 +163,6 @@ static const auto exts = {
#include "../ondemand/ODDecodeFFmpegTask.h"
#endif
extern FFmpegLibs *FFmpegLibsInst();
class FFmpegImportFileHandle;
/// A representative of FFmpeg loader in