mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -18,10 +18,10 @@ effects, generators, analysis-effects, commands. It also has functions
|
||||
for shared and private configs - which need to move out.
|
||||
*****************************************************************************/
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "Audacity.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/dir.h>
|
||||
|
||||
Reference in New Issue
Block a user