Yamaha-PSR-S900.midnam: correct organ flutes, duplicate settings generated from fault...
[ardour.git] / libs / ardour / ardour / session_object.h
index 715ffa0e0e2a6f2a0c5dd7ecf5b9a5658ac91ce2..eacb0c49e92e2433d0f77caa5ef006346b859ff7 100644 (file)
@@ -28,8 +28,6 @@
 #include "ardour/ardour.h"
 #include "ardour/session_handle.h"
 
-#include "i18n.h"
-
 namespace ARDOUR {
 
 namespace Properties {
@@ -53,7 +51,7 @@ class SessionObject : public SessionHandleRef, public PBD::StatefulDestructible
        {
                add_property (_name);
        }
-       
+
        Session&    session() const { return _session; }
        std::string name()    const { return _name; }