1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Remove wx/filename.h, wx/choice.h, wxFileNameWrapper.h from headers

This commit is contained in:
Paul Licameli
2018-11-14 11:07:06 -05:00
parent 8cf6874555
commit 803d8b9559
36 changed files with 27 additions and 38 deletions

View File

@@ -10,7 +10,7 @@
#define __AUDACITY_FILE_EXCEPTION__
#include "AudacityException.h"
#include <wx/filename.h>
#include <wx/filename.h> // wxFileName member variable below
class FileException /* not final */ : public MessageBoxException
{