mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Remove <gtkmm.h> include from header files.
This commit is contained in:
parent
f9e5e4360e
commit
eb1e423b75
93 changed files with 438 additions and 153 deletions
|
|
@ -18,6 +18,11 @@
|
|||
*/
|
||||
#include <cstdio>
|
||||
|
||||
#include <gtkmm/filechooserdialog.h>
|
||||
#include <gtkmm/liststore.h>
|
||||
#include <gtkmm/stock.h>
|
||||
#include <gtkmm/treestore.h>
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/pathexpand.h"
|
||||
#include "widgets/paths_dialog.h"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,10 @@
|
|||
#define _WIDGETS_ARDOUR_SPINNER_H_
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include <gtkmm/adjustment.h>
|
||||
#include <gtkmm/alignment.h>
|
||||
#include <gtkmm/spinbutton.h>
|
||||
|
||||
#include "pbd/controllable.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#undef interface
|
||||
#endif
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtkmm/adjustment.h>
|
||||
|
||||
#include "widgets/visibility.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,9 @@
|
|||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include <gtkmm/adjustment.h>
|
||||
#include <gtkmm/drawingarea.h>
|
||||
|
||||
#include "widgets/auto_spin.h"
|
||||
#include "widgets/binding_proxy.h"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,10 @@
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/dialog.h>
|
||||
#include <gtkmm/listviewtext.h>
|
||||
|
||||
#include "widgets/visibility.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,9 @@
|
|||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/window.h>
|
||||
|
||||
#include <pbd/touchable.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,11 @@
|
|||
#undef interface
|
||||
#endif
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <gtkmm/adjustment.h>
|
||||
#include <gtkmm/spinbutton.h>
|
||||
|
||||
#include "widgets/ardour_fader.h"
|
||||
#include "widgets/binding_proxy.h"
|
||||
#include "widgets/visibility.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue