diff --git a/include/audacity/ModuleInterface.h b/include/audacity/ModuleInterface.h index fb2da32d7..f69eb3432 100644 --- a/include/audacity/ModuleInterface.h +++ b/include/audacity/ModuleInterface.h @@ -43,13 +43,6 @@ #define __AUDACITY_MODULEINTERFACE_H__ #include - -#ifdef __WXMAC__ -// Needs this for std::function -// Make this go away when Mac moves to a proper C++11 library -#include "../../src/MemoryX.h" -#endif - #include "audacity/Types.h" #include "audacity/IdentInterface.h" #include "audacity/PluginInterface.h"