1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +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:
Paul Licameli
2021-05-21 14:13:13 -04:00
parent ba90a562c2
commit e6e96de0fd
47 changed files with 49 additions and 97 deletions

View File

@@ -17,6 +17,7 @@
#include <wx/defs.h>
#include "ToolBar.h"
#include "../MemoryX.h"
class wxCommandEvent;
class wxEraseEvent;