mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove some unnecessary #include directives
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <wx/intl.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/utils.h>
|
||||
#include <wx/html/htmlwin.h>
|
||||
#include <wx/settings.h>
|
||||
@@ -37,8 +38,6 @@
|
||||
#include "../Project.h"
|
||||
#include "../Prefs.h"
|
||||
|
||||
#include "ErrorDialog.h"
|
||||
|
||||
#ifdef USE_ALPHA_MANUAL
|
||||
const wxString HelpSystem::HelpHostname = wxT("alphamanual.audacityteam.org");
|
||||
const wxString HelpSystem::HelpServerHomeDir = wxT("/man/");
|
||||
|
||||
Reference in New Issue
Block a user