mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Add some unnecessary #include directives...
... They are not necessary to build, but the do indicate some link dependencies to fix, that were not shown in results of scripts/graph.pl. The link dependencies exist because the header declaring some name did not correspond to the .cpp file that defined it.
This commit is contained in:
@@ -182,4 +182,7 @@ private:
|
||||
const FileExtensions mExtensions;
|
||||
};
|
||||
|
||||
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||
#include "Import.h"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user