1
0
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:
Paul Licameli 2018-11-16 11:02:39 -05:00
parent 77f747daeb
commit 685a45d1de
6 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -16,8 +16,6 @@
#include "SelectedRegion.h"
#include "Track.h"
#include <wx/clipbrd.h>
class wxFont;
class wxKeyEvent;

View File

@ -34,7 +34,6 @@
#include "../include/audacity/ComponentInterface.h"
#include <wx/config.h>
#include <wx/convauto.h>
void InitPreferences();
void FinishPreferences();

View File

@ -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>

View File

@ -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;