1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Remove wx/filename.h from another header

This commit is contained in:
Paul Licameli 2019-03-28 03:38:25 -04:00
parent 010d720158
commit ef9f3255dd

View File

@ -9,6 +9,7 @@
**********************************************************************/
#include <wx/defs.h>
#include <wx/filename.h>
class wxFileName;
bool ConvertLegacyProjectFile(const wxFileName &filename);