mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -12,11 +12,13 @@
|
||||
\brief Given a key, returns some html.
|
||||
*//********************************************************************/
|
||||
|
||||
#include "Audacity.h"
|
||||
|
||||
#include <wx/string.h>
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "HelpText.h"
|
||||
|
||||
#include "FileNames.h"
|
||||
#include "AboutDialog.h"
|
||||
#include "AllThemeResources.h"
|
||||
|
Reference in New Issue
Block a user