mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
Replace most inclusions of MemoryX.h with <memory> ...
... Most often it was needed for a custom definition of std::make_unique, but we build C++14 now.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "Identifier.h"
|
||||
|
||||
//#include <mutex>
|
||||
#include "MemoryX.h"
|
||||
#include <memory>
|
||||
|
||||
#include "sndfile.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user