mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-02 12:35:11 +02: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:
@@ -30,6 +30,7 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
#include <wx/filename.h>
|
||||
|
||||
#include "FileNames.h"
|
||||
#include "MemoryX.h"
|
||||
#include "PluginManager.h"
|
||||
|
||||
#include "audacity/PluginInterface.h"
|
||||
|
||||
Reference in New Issue
Block a user