mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Replace last wxProgressDialog with ProgressDialog; remove all wx/progdlg.h
This commit is contained in:
@@ -65,7 +65,6 @@ static Importer::RegisteredUnusableImportPlugin registered{
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/file.h>
|
||||
#include <wx/thread.h>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/timer.h>
|
||||
#include <wx/intl.h>
|
||||
|
@@ -44,7 +44,6 @@ and sample size to help you importing data of an unknown format.
|
||||
#include <wx/choice.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
Reference in New Issue
Block a user