diff options
Diffstat (limited to 'include/ingen/Node.hpp')
-rw-r--r-- | include/ingen/Node.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/Node.hpp b/include/ingen/Node.hpp index 6c9b9c4a..70864766 100644 --- a/include/ingen/Node.hpp +++ b/include/ingen/Node.hpp @@ -23,7 +23,6 @@ #include "ingen/GraphObject.hpp" namespace Ingen { -namespace Shared { class Port; class Plugin; @@ -45,7 +44,6 @@ public: virtual const Plugin* plugin() const = 0; }; -} // namespace Shared } // namespace Ingen #endif // INGEN_INTERFACE_NODE_HPP |