diff options
Diffstat (limited to 'include/ingen/Plugin.hpp')
-rw-r--r-- | include/ingen/Plugin.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/Plugin.hpp b/include/ingen/Plugin.hpp index 80f5ba9a..9b6d87b5 100644 --- a/include/ingen/Plugin.hpp +++ b/include/ingen/Plugin.hpp @@ -23,7 +23,6 @@ #include "ingen/Resource.hpp" namespace Ingen { -namespace Shared { class Plugin : virtual public Resource { @@ -57,7 +56,6 @@ public: } }; -} // namespace Shared } // namespace Ingen #endif // INGEN_INTERFACE_PLUGIN_HPP |