mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-30 02:55:46 +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:
@@ -25,7 +25,7 @@ used throughout Audacity into this one place.
|
||||
|
||||
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <memory>
|
||||
|
||||
#include <wx/app.h>
|
||||
#include <wx/defs.h>
|
||||
|
||||
Reference in New Issue
Block a user