1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-12 23:56:33 +01:00

Fix release build

This commit is contained in:
lllucius
2011-03-26 22:56:49 +00:00
parent 6bbbf5faa9
commit c94fa54aa6

View File

@@ -19,8 +19,6 @@
#include <wx/process.h> #include <wx/process.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <FileDialog.h>
#include "Export.h" #include "Export.h"
#include "../Project.h" #include "../Project.h"
@@ -30,6 +28,9 @@
#include "../float_cast.h" #include "../float_cast.h"
#include "../widgets/FileHistory.h" #include "../widgets/FileHistory.h"
#include <FileDialog.h>
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// ExportCLOptions // ExportCLOptions
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------