summaryrefslogtreecommitdiffstats
path: root/include/ingen/Connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Connection.hpp')
-rw-r--r--include/ingen/Connection.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/Connection.hpp b/include/ingen/Connection.hpp
index f290d80e..59b5383d 100644
--- a/include/ingen/Connection.hpp
+++ b/include/ingen/Connection.hpp
@@ -21,7 +21,6 @@
#include "raul/Path.hpp"
namespace Ingen {
-namespace Shared {
/** A connection between two ports.
*
@@ -35,7 +34,6 @@ public:
virtual const Raul::Path dst_port_path() const = 0;
};
-} // namespace Shared
} // namespace Ingen
#endif // INGEN_INTERFACE_CONNECTION_HPP