Automation of LV2 plugin properties.
[ardour.git] / libs / ardour / ardour / ladspa_plugin.h
index a3b99575fee99c16d6c5c49701f30784233e3f6b..cdcd9dbc6e2fd09e49c8c4dc02b35f28d11f520e 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "pbd/stateful.h"
 
-#include <jack/types.h>
 #include "ardour/ladspa.h"
 #include "ardour/plugin.h"
 
@@ -97,7 +96,7 @@ class LIBARDOUR_API LadspaPlugin : public ARDOUR::Plugin
        bool parameter_is_output(uint32_t) const;
        bool parameter_is_toggled(uint32_t) const;
 
-       boost::shared_ptr<Plugin::ScalePoints>
+       boost::shared_ptr<ScalePoints>
        get_scale_points(uint32_t port_index) const;
 
        int set_state (const XMLNode&, int version);