mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Remove redundant #include-s from .h files...
Redundant, because transitively implied. But don't do this for inclusions of Audacity.h or Experimental.h.
This commit is contained in:
@@ -37,8 +37,6 @@ Some of these methods have been overridden only because they used the unsafe wxL
|
||||
#define __AUDACITY_ODPCMALIASBLOCKFILE__
|
||||
|
||||
#include "PCMAliasBlockFile.h"
|
||||
#include "../BlockFile.h"
|
||||
#include "../ondemand/ODTaskThread.h"
|
||||
|
||||
/// An AliasBlockFile that references uncompressed data in an existing file
|
||||
class ODPCMAliasBlockFile final : public PCMAliasBlockFile
|
||||
|
||||
Reference in New Issue
Block a user