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/filefn.h>
|
||||||
#include <wx/ffile.h>
|
#include <wx/ffile.h>
|
||||||
#include <wx/utils.h>
|
#include <wx/utils.h>
|
||||||
|
|||||||
@@ -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
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user