Skip to content

Commit 5d7ab12

Browse files
committed
Split spill plugins method
1 parent 426445a commit 5d7ab12

File tree

4 files changed

+231
-149
lines changed

4 files changed

+231
-149
lines changed

libs/surfaces/console1/c1_gui.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
#include "c1_gui.h"
2020

2121
#include <ytkmm/alignment.h>
22+
#include <ytkmm/combobox.h>
2223
#include <ytkmm/label.h>
2324
#include <ytkmm/liststore.h>
2425

25-
#include <gtkmm/alignment.h>
2626
#include "pbd/file_utils.h"
2727
#include "pbd/i18n.h"
2828
#include "pbd/strsplit.h"

libs/surfaces/console1/c1_gui.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,18 @@
2323
#include <string>
2424

2525
#include <ytkmm/box.h>
26-
#include <ytkmm/combobox.h>
2726
#include <ytkmm/checkbutton.h>
27+
#include <ytkmm/combobox.h>
28+
#include <ytkmm/cellrenderercombo.h>
2829
#include <ytkmm/image.h>
2930
#include <ytkmm/table.h>
3031
#include <ytkmm/treestore.h>
32+
#include <ytkmm/scrolledwindow.h>
3133
#include <ytkmm/spinbutton.h>
3234
#include <ytkmm/notebook.h>
3335

3436
namespace Gtk {
35-
class CellRendererCombo;
36-
class ListStore;
37+
class ListStore;
3738
}
3839

3940
namespace ActionManager {

0 commit comments

Comments
 (0)