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:
@@ -57,6 +57,7 @@ to get its definition, rather than rolling our own.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/ffile.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Project.h"
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/combobox.h>
|
||||
@@ -19,11 +20,9 @@
|
||||
#include <wx/process.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <FileDialog.h>
|
||||
|
||||
#include "Export.h"
|
||||
#include "ExportCL.h"
|
||||
|
||||
#include "../Project.h"
|
||||
#include "../Mix.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Internat.h"
|
||||
@@ -31,8 +30,6 @@
|
||||
#include "../widgets/FileHistory.h"
|
||||
|
||||
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// ExportCLOptions
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user