diff options
Diffstat (limited to 'include/ingen/Patch.hpp')
-rw-r--r-- | include/ingen/Patch.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/Patch.hpp b/include/ingen/Patch.hpp index 51b243e2..83c80db4 100644 --- a/include/ingen/Patch.hpp +++ b/include/ingen/Patch.hpp @@ -26,7 +26,6 @@ #include "ingen/Node.hpp" namespace Ingen { -namespace Shared { class Connection; @@ -46,7 +45,6 @@ public: virtual uint32_t internal_poly() const = 0; }; -} // namespace Shared } // namespace Ingen #endif // INGEN_INTERFACE_PATCH_HPP |