1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Remove some unnecessary #include directives

This commit is contained in:
Paul Licameli
2019-05-15 14:05:19 -04:00
parent eeb290aeb6
commit f6adeed47b
47 changed files with 40 additions and 66 deletions

View File

@@ -22,6 +22,7 @@ updating the ODPCMAliasBlockFile and the GUI of the newly available data.
#include <vector>
#include "ODTask.h"
#include "ODTaskThread.h"
#include "../Internat.h"
class ODPCMAliasBlockFile;
class WaveTrack;

View File

@@ -29,6 +29,7 @@ robust enough to allow all the user changes such as copy/paste, DELETE, and so o
#define __AUDACITY_ODDecodeFLACTask__
#include <vector>
#include <wx/ffile.h> // data member
#include "ODDecodeTask.h"
#include "ODTaskThread.h"

View File

@@ -32,6 +32,7 @@ robust enough to allow all the user changes such as copy/paste, DELETE, and so o
#include <vector>
#include "ODTask.h"
#include "ODTaskThread.h"
#include "../Internat.h"
class ODDecodeBlockFile;
class WaveTrack;
class ODFileDecoder;

View File

@@ -28,6 +28,7 @@ in a background thread.
#include "../MemoryX.h"
#include <vector>
#include <wx/event.h> // to declare custom event type
class AudacityProject;
class Track;
class WaveTrack;