1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02: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

@@ -19,6 +19,7 @@ License: GPL v2. See License.txt.
#include "Audacity.h" // for config*.h
#include "FFmpeg.h"
#include "FileNames.h"
#include "Internat.h"
#include "widgets/HelpSystem.h"