X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsoundcloud_export_selector.h;h=62623f6168ca3af7566c576b2e0cf96d9a382044;hb=26decc032c1415fcf631dd7662f22024b4c9a8cf;hp=0ee6fbeb018b5f65806488678a2f0884ded4e73d;hpb=8c9749e42faf7808034ed8b7afce4a2fe6dc6f33;p=ardour.git diff --git a/gtk2_ardour/soundcloud_export_selector.h b/gtk2_ardour/soundcloud_export_selector.h index 0ee6fbeb01..62623f6168 100644 --- a/gtk2_ardour/soundcloud_export_selector.h +++ b/gtk2_ardour/soundcloud_export_selector.h @@ -3,10 +3,10 @@ Adapted for Ardour by Ben Loftis, March 2012 *****************************************************************************/ +#ifndef __soundcloud_export_selector_h__ +#define __soundcloud_export_selector_h__ #include -#include -#include #include #include #include @@ -38,6 +38,7 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP Gtk::CheckButton soundcloud_download_checkbox; bool soundcloud_cancel; Gtk::ProgressBar progress_bar; - + }; +#endif // __soundcloud_export_selector_h__