mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "NotYetAvailableException.h"
|
||||
|
||||
#include "../Internat.h"
|
||||
|
||||
NotYetAvailableException::~NotYetAvailableException()
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "SilentBlockFile.h"
|
||||
|
||||
#include "../FileFormats.h"
|
||||
|
||||
SilentBlockFile::SilentBlockFile(size_t sampleLen):
|
||||
|
||||
Reference in New Issue
Block a user