1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 15:41:11 +02:00

Remove unnecessary #include-s from .cpp files...

... Unnecessary because transitively included.

But each .cpp file still includes its own .h file near the top to ensure
that it compiles indenendently, even if it is reincluded transitively later.
This commit is contained in:
Paul Licameli
2019-05-16 17:17:55 -04:00
parent 548192fcf3
commit 6c57948d8f
211 changed files with 1 additions and 406 deletions

View File

@@ -48,13 +48,11 @@
#include "Export.h"
#include "../FileIO.h"
#include "../Internat.h"
#include "../Mix.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../ShuttleGui.h"
#include "../Tags.h"
#include "../Track.h"
#include "../widgets/ErrorDialog.h"
#include "../widgets/ProgressDialog.h"