1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-21 05:35:45 +01:00

Include nothing before Audacity.h, as comments say we should...

... and remove some duplicated inclusions
This commit is contained in:
Paul Licameli
2018-11-10 21:40:37 -05:00
parent 61291257eb
commit 173a300427
156 changed files with 174 additions and 30 deletions

View File

@@ -21,7 +21,6 @@
#include <wx/listctrl.h>
#include <wx/dnd.h>
#include "../Audacity.h"
#include "../Prefs.h"
#include "../ShuttleGui.h"
#include "../widgets/ErrorDialog.h"