mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +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
|
|
@ -21,7 +21,17 @@
|
|||
#ifndef __export_filename_selector_h__
|
||||
#define __export_filename_selector_h__
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/checkbutton.h>
|
||||
#include <gtkmm/combobox.h>
|
||||
#include <gtkmm/comboboxtext.h>
|
||||
#include <gtkmm/entry.h>
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/liststore.h>
|
||||
#include <gtkmm/sizegroup.h>
|
||||
#include <gtkmm/spinbutton.h>
|
||||
#include <gtkmm/treemodel.h>
|
||||
|
||||
#include "ardour/export_profile_manager.h"
|
||||
#include "ardour/export_filename.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue