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

@ -12,8 +12,13 @@
#include <string>
#include <sstream>
#include <vector>
#include <gtkmm.h>
#include <gtkmm/box.h>
#include <gtkmm/checkbutton.h>
#include <gtkmm/entry.h>
#include <gtkmm/label.h>
#include <gtkmm/progressbar.h>
#include <gtkmm/table.h>
class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
{