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

Fix compilation (windows release build) header inclusion/order.

This commit is contained in:
james.k.crook@gmail.com
2013-04-07 16:48:09 +00:00
parent eba7761879
commit a8944db4a6
2 changed files with 2 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ to get its definition, rather than rolling our own.
*//*******************************************************************/ *//*******************************************************************/
#include <wx/wx.h>
#include <wx/filefn.h> #include <wx/filefn.h>
#include <wx/ffile.h> #include <wx/ffile.h>
#include <wx/utils.h> #include <wx/utils.h>

View File

@@ -12,6 +12,7 @@
**********************************************************************/ **********************************************************************/
#include "../Audacity.h" #include "../Audacity.h"
#include "../Project.h"
#include <wx/button.h> #include <wx/button.h>
#include <wx/combobox.h> #include <wx/combobox.h>
@@ -19,11 +20,9 @@
#include <wx/process.h> #include <wx/process.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <FileDialog.h> #include <FileDialog.h>
#include "Export.h" #include "Export.h"
#include "ExportCL.h" #include "ExportCL.h"
#include "../Project.h"
#include "../Mix.h" #include "../Mix.h"
#include "../Prefs.h" #include "../Prefs.h"
#include "../Internat.h" #include "../Internat.h"
@@ -31,8 +30,6 @@
#include "../widgets/FileHistory.h" #include "../widgets/FileHistory.h"
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// ExportCLOptions // ExportCLOptions
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------