mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -18,13 +18,14 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "Audacity.h"
|
||||
|
||||
#include <wx/dynlib.h>
|
||||
#include <wx/list.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "AudacityApp.h"
|
||||
#include "FileNames.h"
|
||||
#include "Internat.h"
|
||||
|
||||
Reference in New Issue
Block a user