diff options
Diffstat (limited to 'src/engine/NodeFactory.hpp')
-rw-r--r-- | src/engine/NodeFactory.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/engine/NodeFactory.hpp b/src/engine/NodeFactory.hpp index d94fc84d..08b212fa 100644 --- a/src/engine/NodeFactory.hpp +++ b/src/engine/NodeFactory.hpp @@ -26,10 +26,6 @@ #include <string> #include <pthread.h> #include <glibmm/module.h> -#ifdef HAVE_SLV2 -#include "slv2/slv2.h" -#include "LV2Info.hpp" -#endif using std::string; @@ -38,6 +34,9 @@ namespace Ingen { class NodeImpl; class PatchImpl; class PluginImpl; +#ifdef HAVE_SLV2 +class LV2Info; +#endif /** Loads plugins and creates Nodes from them. |