mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Remove wx/{convauto,cmdline,clipbrd,calctrl}.h from *.h
This commit is contained in:
parent
77f747daeb
commit
685a45d1de
@ -45,7 +45,7 @@
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#include <wx/cmdline.h>
|
||||
#include <wx/cmdline.h> // for wxCmdLineParser::ConvertStringToArgs
|
||||
#include <wx/fileconf.h> // to inherit
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <wx/app.h> // to inherit
|
||||
#include <wx/cmdline.h>
|
||||
#include <wx/dir.h>
|
||||
#include <wx/docview.h>
|
||||
#include <wx/snglinst.h>
|
||||
|
@ -16,8 +16,6 @@
|
||||
#include "SelectedRegion.h"
|
||||
#include "Track.h"
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
|
||||
|
||||
class wxFont;
|
||||
class wxKeyEvent;
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "../include/audacity/ComponentInterface.h"
|
||||
|
||||
#include <wx/config.h>
|
||||
#include <wx/convauto.h>
|
||||
|
||||
void InitPreferences();
|
||||
void FinishPreferences();
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include <wx/wxcrtvararg.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/calctrl.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/choice.h>
|
||||
#include <wx/defs.h>
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
#include <wx/textctrl.h> // to inherit
|
||||
#include <wx/datectrl.h>
|
||||
#include <wx/calctrl.h>
|
||||
#include <wx/timer.h>
|
||||
#include "export/Export.h"
|
||||
|
||||
class wxCheckBox;
|
||||
class wxDateEvent;
|
||||
class wxTimerEvent;
|
||||
|
||||
class NumericTextCtrl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user