Clean up slider-controller includes

This commit is contained in:
Robin Gareus 2024-05-14 23:41:51 +02:00
parent 3c524098b4
commit dad32d8b11
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
9 changed files with 27 additions and 15 deletions

View file

@ -39,8 +39,6 @@
#include "pbd/configuration.h"
#include "widgets/slider_controller.h"
#include "actions.h"
#include "ardour_window.h"
#include "audio_clock.h"
@ -64,6 +62,7 @@
namespace ArdourWidgets {
class Frame;
class HSliderController;
}
class OptionEditorPage;
@ -601,7 +600,7 @@ public:
void set_state_from_config ();
void add_to_page (OptionEditorPage *);
Gtk::Widget& tip_widget() { return *_db_slider; }
Gtk::Widget& tip_widget();
private:
void db_changed ();