Move control surface options into RC prefs editor. Remove Options menu.
[ardour.git] / gtk2_ardour / lv2_plugin_ui.h
index fe8dd85cd227c6a85bf6daa96dda2bfed8b09d56..0ddc86b217f73d4e8332bfa8c1fb6c6201cc100f 100644 (file)
 #include <gtkmm/widget.h>
 
 #include <ardour_dialog.h>
-#include <ardour/types.h>
+#include "ardour/types.h"
 #include "plugin_ui.h"
 
-#ifdef HAVE_LV2
+#ifdef HAVE_SLV2
 
 namespace ARDOUR {
        class PluginInsert;
@@ -75,7 +75,8 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
        void output_update();
        bool is_update_wanted(uint32_t index);
 };
-#endif // HAVE_LV2
+
+#endif // HAVE_SLV2
 
 #endif /* __ardour_lv2_plugin_ui_h__ */