Remove <gtkmm.h> include from header files.

This commit is contained in:
Robin Gareus 2017-07-17 03:48:18 +02:00
parent f9e5e4360e
commit eb1e423b75
93 changed files with 438 additions and 153 deletions

View file

@ -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;