1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 07:06:33 +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:
Paul Licameli
2019-05-16 14:15:05 -04:00
parent 31a80fb4d1
commit b7fe62d170
99 changed files with 1 additions and 142 deletions

View File

@@ -102,7 +102,6 @@ extern FileExtensions sf_get_all_extensions();
wxString sf_normalize_name(const char *name);
// This function wrapper uses a mutex to serialize calls to the SndFile library.
#include "MemoryX.h"
#include "ondemand/ODTaskThread.h"
extern ODLock libSndFileMutex;
template<typename R, typename F, typename... Args>