1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02: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

@@ -14,7 +14,6 @@
#include <vector>
#include <algorithm>
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/grid.h>
#include <wx/weakref.h>

View File

@@ -15,7 +15,6 @@
#include <vector>
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/grid.h>
#include "NumericTextCtrl.h"
#include "../Internat.h"
@@ -29,6 +28,7 @@ class GridAx;
#endif
class wxArrayString;
class wxChoice;
class NumericTextCtrl;
/**********************************************************************//**