mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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:
parent
446da212f1
commit
226a80140a
@ -120,4 +120,7 @@ struct RegisteredMenuItemEnabler{
|
|||||||
RegisteredMenuItemEnabler( const MenuItemEnabler &enabler );
|
RegisteredMenuItemEnabler( const MenuItemEnabler &enabler );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||||
|
#include "Menus.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -182,4 +182,7 @@ private:
|
|||||||
const FileExtensions mExtensions;
|
const FileExtensions mExtensions;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||||
|
#include "Import.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -102,4 +102,7 @@ class PrefsPanel /* not final */ : public wxPanelWrapper, ComponentInterface
|
|||||||
virtual void Cancel();
|
virtual void Cancel();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||||
|
#include "PrefsDialog.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user