mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +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:
@@ -19,7 +19,6 @@ updating the ODPCMAliasBlockFile and the GUI of the newly available data.
|
||||
|
||||
|
||||
#include "ODComputeSummaryTask.h"
|
||||
#include "../AudacityException.h"
|
||||
#include "../blockfile/ODPCMAliasBlockFile.h"
|
||||
#include "../Sequence.h"
|
||||
#include "../WaveClip.h"
|
||||
|
@@ -18,7 +18,6 @@ ODTask requests and internals.
|
||||
#include "ODManager.h"
|
||||
|
||||
#include "ODTask.h"
|
||||
#include "ODTaskThread.h"
|
||||
#include "ODWaveTrackTaskQueue.h"
|
||||
#include "../Project.h"
|
||||
#include <NonGuiThread.h>
|
||||
|
Reference in New Issue
Block a user