From e990fd4f185a210d63059bef15bf27e3876f93f0 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 10 Sep 2018 20:27:13 -0400 Subject: [PATCH] Remove unnecessary #include --- include/audacity/ModuleInterface.h | 7 ------- 1 file changed, 7 deletions(-) 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"