1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02:00

Remove unnecessary #include

This commit is contained in:
Paul Licameli 2018-09-10 20:27:13 -04:00
parent 1b6cd725e6
commit e990fd4f18

View File

@ -43,13 +43,6 @@
#define __AUDACITY_MODULEINTERFACE_H__
#include <functional>
#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"