mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Remove unnecessary #include
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user