mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -28,6 +28,10 @@
|
|||
|
||||
#include <sigc++/bind.h>
|
||||
|
||||
#include <gtkmm/menu.h>
|
||||
#include <gtkmm/menuitem.h>
|
||||
#include <gtkmm/stock.h>
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/stl_delete.h"
|
||||
#include "pbd/whitespace.h"
|
||||
|
|
@ -35,13 +39,7 @@
|
|||
#include "pbd/enumwriter.h"
|
||||
#include "pbd/stateful_diff_command.h"
|
||||
|
||||
#include "gtkmm/menu.h"
|
||||
#include "gtkmm/menuitem.h"
|
||||
#include "gtkmm2ext/gtk_ui.h"
|
||||
#include "gtkmm2ext/utils.h"
|
||||
|
||||
#include "widgets/ardour_button.h"
|
||||
#include "widgets/tooltips.h"
|
||||
#include "evoral/Parameter.hpp"
|
||||
|
||||
#include "ardour/amp.h"
|
||||
#include "ardour/meter.h"
|
||||
|
|
@ -53,11 +51,16 @@
|
|||
#include "ardour/route_group.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/session_playlists.h"
|
||||
|
||||
#include "evoral/Parameter.hpp"
|
||||
#include "ardour/track.h"
|
||||
|
||||
#include "canvas/debug.h"
|
||||
|
||||
#include "gtkmm2ext/gtk_ui.h"
|
||||
#include "gtkmm2ext/utils.h"
|
||||
|
||||
#include "widgets/ardour_button.h"
|
||||
#include "widgets/tooltips.h"
|
||||
|
||||
#include "ardour_ui.h"
|
||||
#include "audio_streamview.h"
|
||||
#include "debug.h"
|
||||
|
|
@ -81,8 +84,6 @@
|
|||
#include "utils.h"
|
||||
#include "route_group_menu.h"
|
||||
|
||||
#include "ardour/track.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue