mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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,8 +21,14 @@
|
|||
#ifndef __export_dialog_h__
|
||||
#define __export_dialog_h__
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <string>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/notebook.h>
|
||||
#include <gtkmm/progressbar.h>
|
||||
|
||||
#include "ardour/export_profile_manager.h"
|
||||
|
||||
|
|
@ -34,8 +40,6 @@
|
|||
#include "ardour_dialog.h"
|
||||
#include "soundcloud_export_selector.h"
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
namespace ARDOUR {
|
||||
class ExportStatus;
|
||||
class ExportHandler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue