1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove wx/{imaglist,generic/dragimgg,gauge,dynarray}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-16 10:12:10 -05:00
parent 2587a4adba
commit 34f318cd41
9 changed files with 7 additions and 8 deletions

View File

@@ -40,6 +40,7 @@
#include <wx/dialog.h>
#include <wx/event.h>
#include <wx/evtloop.h>
#include <wx/gauge.h>
#include <wx/frame.h>
#include <wx/intl.h>
#include <wx/msgdlg.h>

View File

@@ -24,10 +24,10 @@
#include <vector>
#include <wx/defs.h>
#include <wx/evtloop.h>
#include <wx/gauge.h>
#include "wxPanelWrapper.h"
class wxGauge;
class wxStaticText;
enum class ProgressResult : unsigned