mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove some unneeded #includes and forward declarations
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
#include "Audacity.h"
|
||||
|
||||
class WaveTrack;
|
||||
using WaveTrackArray =
|
||||
std::vector < std::shared_ptr < WaveTrack > >;
|
||||
|
||||
class AUDACITY_DLL_API AudioIOListener /* not final */ {
|
||||
public:
|
||||
AudioIOListener() {}
|
||||
|
||||
Reference in New Issue
Block a user