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

Remove wx/wxchar.h from headers

This commit is contained in:
Paul Licameli 2019-03-28 13:23:26 -04:00
parent d994860311
commit 3760db9dff
15 changed files with 15 additions and 5 deletions

View File

@ -29,6 +29,7 @@ It handles initialization and termination by subclassing wxApp.
#include "TranslatableStringArray.h" #include "TranslatableStringArray.h"
#include <wx/setup.h> // for wxUSE_* macros #include <wx/setup.h> // for wxUSE_* macros
#include <wx/wxcrtvararg.h>
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/app.h> #include <wx/app.h>
#include <wx/bitmap.h> #include <wx/bitmap.h>

View File

@ -438,6 +438,7 @@ TimeTrack and AudioIOListener and whether the playback is looped.
#include "portmixer.h" #include "portmixer.h"
#endif #endif
#include <wx/wxcrtvararg.h>
#include <wx/log.h> #include <wx/log.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <wx/timer.h> #include <wx/timer.h>

View File

@ -68,6 +68,7 @@
#include <time.h> // to use time() for srand() #include <time.h> // to use time() for srand()
#include <wx/wxcrtvararg.h>
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/app.h> #include <wx/app.h>
#include <wx/dir.h> #include <wx/dir.h>

View File

@ -34,6 +34,7 @@ a draggable point type.
#include <math.h> #include <math.h>
#include <wx/wxcrtvararg.h>
#include <wx/dc.h> #include <wx/dc.h>
#include <wx/brush.h> #include <wx/brush.h>
#include <wx/event.h> #include <wx/event.h>

View File

@ -47,6 +47,7 @@
#include "MemoryX.h" #include "MemoryX.h"
#include "SampleFormat.h" #include "SampleFormat.h"
#include <wx/wxcrtvararg.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>

View File

@ -19,6 +19,7 @@
#include "Experimental.h" #include "Experimental.h"
#include <wx/wxcrtvararg.h>
#include <wx/dc.h> #include <wx/dc.h>
#include <wx/brush.h> #include <wx/brush.h>
#include <wx/pen.h> #include <wx/pen.h>

View File

@ -59,6 +59,7 @@ scroll information. It also has some status flags.
#include <wx/setup.h> // for wxUSE_* macros #include <wx/setup.h> // for wxUSE_* macros
#include <wx/wxcrtvararg.h>
#include <wx/apptrait.h> #include <wx/apptrait.h>
#include <wx/defs.h> #include <wx/defs.h>

View File

@ -30,7 +30,7 @@
#include "Experimental.h" #include "Experimental.h"
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/wxchar.h> #include <wx/chartype.h> // for wxChar, a typedef
#include <math.h> #include <math.h>
class XMLWriter; class XMLWriter;

View File

@ -19,6 +19,7 @@
#include "Experimental.h" #include "Experimental.h"
#include <cfloat> #include <cfloat>
#include <wx/wxcrtvararg.h>
#include <wx/intl.h> #include <wx/intl.h>
#include "AColor.h" #include "AColor.h"
#include "widgets/Ruler.h" #include "widgets/Ruler.h"

View File

@ -25,6 +25,7 @@
#include <wx/setup.h> // for wxUSE_* macros #include <wx/setup.h> // for wxUSE_* macros
#include <wx/wxcrtvararg.h>
#include <wx/button.h> #include <wx/button.h>
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include <wx/choice.h> #include <wx/choice.h>

View File

@ -12,7 +12,7 @@
#include "LegacyAliasBlockFile.h" #include "LegacyAliasBlockFile.h"
#include <wx/utils.h> #include <wx/utils.h>
#include <wx/wxchar.h> #include <wx/wxcrtvararg.h>
#include <sndfile.h> #include <sndfile.h>

View File

@ -22,7 +22,7 @@ The summary is eventually computed and written to a file in a background thread.
#include <float.h> #include <float.h>
#include <wx/utils.h> #include <wx/utils.h>
#include <wx/wxchar.h> #include <wx/wxcrtvararg.h>
#include <wx/log.h> #include <wx/log.h>
#include <wx/thread.h> #include <wx/thread.h>
#include <sndfile.h> #include <sndfile.h>

View File

@ -23,7 +23,7 @@ The summary is eventually computed and written to a file in a background thread.
#include <wx/file.h> #include <wx/file.h>
#include <wx/utils.h> #include <wx/utils.h>
#include <wx/wxchar.h> #include <wx/wxcrtvararg.h>
#include <wx/log.h> #include <wx/log.h>
#include <wx/thread.h> #include <wx/thread.h>
#include <sndfile.h> #include <sndfile.h>

View File

@ -13,7 +13,7 @@
#include <wx/file.h> #include <wx/file.h>
#include <wx/utils.h> #include <wx/utils.h>
#include <wx/wxchar.h> #include <wx/wxcrtvararg.h>
#include <wx/log.h> #include <wx/log.h>
#include <sndfile.h> #include <sndfile.h>

View File

@ -45,6 +45,7 @@
#include <algorithm> #include <algorithm>
#include <wx/setup.h> // for wxUSE_* macros #include <wx/setup.h> // for wxUSE_* macros
#include <wx/wxcrtvararg.h>
#include <wx/app.h> #include <wx/app.h>
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/dialog.h> #include <wx/dialog.h>